fixing missing env var check with default
This commit is contained in:
parent
15119136b9
commit
c5263d2215
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@
|
|||
];
|
||||
|
||||
shellHook = ''
|
||||
if [ -z "''${SKIP_MOD_WORKTREES}" ]; then
|
||||
if [ -z "''${SKIP_MOD_WORKTREES:-}" ]; then
|
||||
mod_worktrees
|
||||
fi
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue