Skip to content

Commit e419aa2

Browse files
committed
Fix typo
1 parent 8769532 commit e419aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pipeline {
66
label '!windows'
77
}
88
steps {
9-
sh 'eho Branch is ${GIT_LOCAL_BRANCH}'
9+
sh 'echo Branch is ${GIT_LOCAL_BRANCH}'
1010
}
1111
}
1212
stage('Containers') {

0 commit comments

Comments
 (0)