fixing syntax in pull script

This commit is contained in:
Ric Harvey
2015-06-25 11:07:16 +00:00
parent b525568b72
commit d34afc56e0

2
pull
View File

@@ -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