Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Oct 31, 2019
1 parent db5f40b commit b371af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def sendKibanaMail() {
}
}

def bash(script) {
def bash(script, label) {
sh(
script: "#!/bin/bash\n${script}",
label: label
Expand Down

0 comments on commit b371af6

Please sign in to comment.