diff options
-rw-r--r-- | Biz/Bild/ShellHook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh index 79a20f4..f545e27 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -73,7 +73,7 @@ function ship() { # Hero/Prod.nix # disabled bc herocomcis.app domain is broken ) fi - bild ${stuff[@]} + bild ${stuff[@]} && \ for thing in ${stuff[@]} do push $thing |