From d34afc56e0bf7cf1bc56f3349df38d3ec396841c Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Thu, 25 Jun 2015 11:07:16 +0000 Subject: [PATCH] fixing syntax in pull script --- pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull b/pull index e73eab4..2f1c06f 100755 --- a/pull +++ b/pull @@ -1,6 +1,6 @@ #!/bin/bash -if [ -z "$GIT_EMAILi2" ]; then +if [ -z "$GIT_EMAIL" ]; then echo "You need to pass the \$GIT_EMAIL variable to the container for this to work" exit else