From a76397aafdbddd37d15942c5d564d334ac453ed7 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 19 Jun 2024 08:59:05 +0200 Subject: [PATCH] Use correct variable --- templates/script/backup-all-buckets.erb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/script/backup-all-buckets.erb.sh b/templates/script/backup-all-buckets.erb.sh index a763285..d808c42 100644 --- a/templates/script/backup-all-buckets.erb.sh +++ b/templates/script/backup-all-buckets.erb.sh @@ -32,7 +32,7 @@ projects+=("<%= project['project'] %> <%= project['mirror_project'] %> <%= custo #<% end %> if [[ ${customer} == 'common' ]]; then - projects+=("<%= @location %> <%= @location %>-mirror <%= customer %>") + projects+=("<%= @location %> <%= @location %>-mirror ${customer}") fi