mirror of
https://github.com/n64decomp/mk64
synced 2026-06-17 06:25:33 -04:00
Fixed spelling error (#101)
This commit is contained in:
Vendored
+1
-1
@@ -27,7 +27,7 @@ pipeline {
|
||||
script {
|
||||
progress = sh(
|
||||
script: "python3 progress.py badge1",
|
||||
returnStdOut: true).trim()
|
||||
returnStdout: true).trim()
|
||||
|
||||
progressBadge.setStatus(progress)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user