Use correct variable

This commit is contained in:
Micke Nordin 2024-06-19 08:59:05 +02:00
parent ea51f0b56b
commit a76397aafd

View file

@ -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