Fix typo
This commit is contained in:
parent
4bde51f883
commit
abd56622e7
|
@ -40,7 +40,7 @@ for project in "${projects[@]}"; do
|
||||||
for directory in "${directories[@]}"; do
|
for directory in "${directories[@]}"; do
|
||||||
dirty=1
|
dirty=1
|
||||||
if [[ -n ${primary} ]] && [[ ${project} == "${primary}" ]] ; then
|
if [[ -n ${primary} ]] && [[ ${project} == "${primary}" ]] ; then
|
||||||
user=$(echo "${bucket}" | awk -F '-' '{print $0}')
|
user=$(echo "${bucket}" | awk -F '-' '{print $1}')
|
||||||
users+=( "${user}@${eppn_suffix}" )
|
users+=( "${user}@${eppn_suffix}" )
|
||||||
fi
|
fi
|
||||||
echo "Creating ${project}:${bucket}/${directory} because it looks nice and empty"
|
echo "Creating ${project}:${bucket}/${directory} because it looks nice and empty"
|
||||||
|
|
Loading…
Reference in a new issue