Skip to content

Commit

Permalink
Typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Martin committed Mar 19, 2012
1 parent a6783a4 commit aac0627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -25,7 +25,7 @@ if [[ $? -eq 0 ]]; then
GIT_EXEC=`which git` GIT_EXEC=`which git`
echo -e "found [ \e[32;40m$GIT_EXEC\e[0m ]." echo -e "found [ \e[32;40m$GIT_EXEC\e[0m ]."
else else
CHECK_PASED=0 CHECK_PASSED=0
echo -e "\E[31;40mNOT found\E[0m. Try installing with:" echo -e "\E[31;40mNOT found\E[0m. Try installing with:"
echo " apt-get install git" echo " apt-get install git"
fi fi
Expand Down

0 comments on commit aac0627

Please sign in to comment.