Skip to content

Commit

Permalink
Update prod.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jun 25, 2016
1 parent d8350d2 commit 5075f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod.sh
Expand Up @@ -53,7 +53,7 @@ while true; do
git fetch &> build_log.txt
echo -n '.'
if [ -s build_log.txt ]; then
echo -e "\n\n"
echo -e "\n"
build
exit
fi
Expand Down

0 comments on commit 5075f53

Please sign in to comment.