Skip to content

Commit 6ed918d

Browse files
authored
Fix env() usage in readme (#2936)
1 parent 4830528 commit 6ed918d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ A default can be substituted for an empty environment variable value with the
17211721
```just
17221722
set unstable
17231723
1724-
foo := env('FOO') || 'DEFAULT_VALUE'
1724+
foo := env('FOO', '') || 'DEFAULT_VALUE'
17251725
```
17261726

17271727
#### Executables

0 commit comments

Comments
 (0)