From 4be3ba3bdb965f55b3e90832a7303e2bb0399ed7 Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Thu, 14 May 2020 17:26:11 -0400 Subject: [PATCH] Fix typo --- vars/kibanaPipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/kibanaPipeline.groovy b/vars/kibanaPipeline.groovy index 50af5ca519ac7..bf25aaad3d14b 100644 --- a/vars/kibanaPipeline.groovy +++ b/vars/kibanaPipeline.groovy @@ -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 } }