Fixed typo in jenkinsfile

This commit is contained in:
Felix 2020-03-15 23:05:26 -04:00
parent 9e80d58896
commit aef9622323

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
stage('Deploy') {
steps {
sh './mvnw deploy
sh './mvnw deploy'
}
}
}