Skip to content

Commit a9c78d6

Browse files
Update Jenkinsfile
1 parent 5201de1 commit a9c78d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encrypt-passwords/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33
stages {
44
stage('Run Unit Tests') {
55
steps {
6-
sh 'python3 encrypt-passwords/src/encrpytpw_unittest.py'
6+
sh 'python3 encrypt-passwords/src/encryptpw_unittest.py'
77
}
88
}
99
}

0 commit comments

Comments
 (0)