Skip to content

Commit a970a44

Browse files
committed
fix: need to add a space between negation and command
1 parent 4618f34 commit a970a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openwrt/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ let
270270
# timeout.
271271
log 'applying config'
272272
ssh -Nf
273-
if !$DEPLOY_CONFIRMATION; then
273+
if ! $DEPLOY_CONFIRMATION; then
274274
log 'disabling deployment confirmation'
275275
ssh '/etc/init.d/config_generation yolo'
276276
fi

0 commit comments

Comments
 (0)