Skip to content

Commit

Permalink
[ci] Be consistent with style.
Browse files Browse the repository at this point in the history
  • Loading branch information
erbridge committed Apr 1, 2015
1 parent a077af5 commit f766a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ci/warn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ while [ $# != 0 ]; do
shift
done

if [ "$TRAVIS" != "true" -a "$force" != "true" ]; then
if [ "$TRAVIS" != "true" ] && [ "$force" != "true" ]; then
echo "WARNING: This script will destroy any unstaged changes."
echo "Do you want to continue? [Y/n]"
read cont
Expand Down

0 comments on commit f766a49

Please sign in to comment.