Skip to content

Commit

Permalink
fixed release script
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Aug 11, 2016
1 parent 73c8534 commit 0638efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Expand Up @@ -15,7 +15,7 @@ fi

echo -e "\n${GREEN}STARTING RELEASE PROCESS${COLOR_OFF}\n"

git status | grep "working directory clean" &> /dev/null
git status | grep "working tree clean" &> /dev/null
if [ ! $? -eq 0 ]; then # working directory is NOT clean
echo -e "${RED}WARNING: You have uncomitted changes, you may have forgotten something${COLOR_OFF}\n"
exit
Expand Down

0 comments on commit 0638efa

Please sign in to comment.