Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

Commit

Permalink
build: miss shaffle variable
Browse files Browse the repository at this point in the history
  • Loading branch information
otofune committed Sep 24, 2016
1 parent 484fd9e commit acfd322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mv "${dir_work}/${logs}/logging/${log}.log" "${dir_work}/${logs}/${filter}/${log
if [ $result -eq 0 && "$zip" != "" ]; then
tweet "$build_end_zip"
elif [ $result -eq 0 && "$zip" = "" ]; then
tweet "$build_end"
else
tweet "$build_stop"
else
tweet "$build_end"
fi

0 comments on commit acfd322

Please sign in to comment.