Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed May 14, 2020
1 parent e4f032f commit 4be3ba3
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 @@ -186,7 +186,7 @@ def doSetup() {
try {
// Setup expects this directory to be missing, so we need to remove it before we do a retry
bash("rm -rf ../elasticsearch", "Remove elasticsearch sibling directory, if it exists")
} fnally {
} finally {
throw ex
}
}
Expand Down

0 comments on commit 4be3ba3

Please sign in to comment.