Skip to content

Commit 674db1a

Browse files
fix usage for clean.sh
1 parent 305e3f5 commit 674db1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/jenkins/jenkins_home/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -o errexit
55

66
if [ ! "$FORCE" = "yes" ]; then
7-
echo "FORCE not set to 1. Make sure this is something you really want to do. Exiting."
7+
echo "FORCE not set to 'yes'. Make sure this is something you really want to do. Exiting."
88
exit 1
99
fi
1010

0 commit comments

Comments
 (0)