From c98f7a7f05a1094572157d9c13383fced9d8e51f Mon Sep 17 00:00:00 2001 From: Randeep Jalli Date: Wed, 10 Apr 2019 13:39:20 +0000 Subject: [PATCH] Fix Elasticsearch helm test indentation This indents the closing {{ end }} for the check for executing the Elasticsearch test that checks the snapshot repositories Change-Id: I77ebb1af7ee648cc9787665bfb81dfbb1a30663a --- elasticsearch/templates/bin/_helm-tests.sh.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/templates/bin/_helm-tests.sh.tpl b/elasticsearch/templates/bin/_helm-tests.sh.tpl index abbe36511..80c02a830 100644 --- a/elasticsearch/templates/bin/_helm-tests.sh.tpl +++ b/elasticsearch/templates/bin/_helm-tests.sh.tpl @@ -49,7 +49,7 @@ function check_snapshot_repositories () { echo "FAIL: The snapshot repository $respository does not exist! Exiting now"; exit 1; fi -{{ end }} + {{ end }} } function remove_test_index () {