From 5e271e6279f6caf77d709371ee7dc5313674c079 Mon Sep 17 00:00:00 2001 From: Miles Gould Date: Tue, 4 Jun 2013 13:37:54 +0100 Subject: [PATCH] Fix to deploy-tasks bash script. --- script/deploy-tasks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy-tasks.sh b/script/deploy-tasks.sh index c57d4ec51..347970ce4 100755 --- a/script/deploy-tasks.sh +++ b/script/deploy-tasks.sh @@ -37,7 +37,7 @@ then failed=true fi -if [ failed ] +if [ $failed ] then exit fi