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
This commit is contained in:
Randeep Jalli 2019-04-10 13:39:20 +00:00
parent ab887b11aa
commit c98f7a7f05
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {