Commit 017eae6
committed
Fix fix for empty FLOW_CONTEXT in Local Beach
In (recent) Local Beach projects, `FLOW_CONTEXT` is set to an empty
value if not given in the environment. This lead to `FLOW_CONTEXT`
being empty, breaking configuration of Flow.
This fixes replacament of the check for being set with a check for
not being empty to fix this by also checking for the variable to be
set.
Otherwise it resulted in `FLOW_CONTEXT: unbound variable` during
startup.1 parent e5dbbab commit 017eae6
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
40 | 38 | | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments