Fixed spelling error (#101)

This commit is contained in:
MegaMech
2021-12-18 01:49:11 -07:00
committed by GitHub
parent 432e9e45c5
commit 301fa052c2
Vendored
+1 -1
View File
@@ -27,7 +27,7 @@ pipeline {
script {
progress = sh(
script: "python3 progress.py badge1",
returnStdOut: true).trim()
returnStdout: true).trim()
progressBadge.setStatus(progress)
}