Skip to content

Commit 1fcebb7

Browse files
author
sputnam
committed
Fix for whitespace
1 parent 40a1853 commit 1fcebb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline {
2525
sh 'vagrant destroy -f default || true'
2626
// Make sure we have the tags info because figuring out the version is required in the build process
2727
sh 'git fetch --tags'
28-
sh 'git submodule update --init'
28+
sh 'git submodule update --init'
2929
sh 'cp -R ../software.ubuntu1404 software'
3030
}
3131
}

0 commit comments

Comments
 (0)