Skip to content

Commit 5dbfdea

Browse files
fix typo
1 parent 28c6779 commit 5dbfdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/jenkins/jenkins_home/build_jenkins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apt-get update
2828

2929
# Clean out old jenkins - useful if you are having issues upgrading
3030
CLEAN_JENKINS=${CLEAN_JENKINS:-no}
31-
if [ "$CLEAN_JENKINS" = "yes" ] then;
31+
if [ "$CLEAN_JENKINS" = "yes" ]; then
3232
apt-get remove jenkins jenkins-common
3333
fi
3434

0 commit comments

Comments
 (0)