Use correct variable
This commit is contained in:
parent
ea51f0b56b
commit
a76397aafd
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue