Browse code

fix typo

Anthony Young authored on 2011/11/15 05:40:04
Showing 1 changed files
... ...
@@ -28,7 +28,7 @@ apt-get update
28 28
 
29 29
 # Clean out old jenkins - useful if you are having issues upgrading
30 30
 CLEAN_JENKINS=${CLEAN_JENKINS:-no}
31
-if [ "$CLEAN_JENKINS" = "yes" ] then;
31
+if [ "$CLEAN_JENKINS" = "yes" ]; then
32 32
     apt-get remove jenkins jenkins-common
33 33
 fi
34 34