mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-19 14:26:14 -04:00
Merge pull request #223 from pozorvlak/fixup_deploy
Fix to deploy-tasks bash script.
This commit is contained in:
@@ -37,7 +37,7 @@ then
|
||||
failed=true
|
||||
fi
|
||||
|
||||
if [ failed ]
|
||||
if [ $failed ]
|
||||
then
|
||||
exit
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user