summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xadd-user-roles2
1 files changed, 1 insertions, 1 deletions
diff --git a/add-user-roles b/add-user-roles
index 043b9be..7a72b1f 100755
--- a/add-user-roles
+++ b/add-user-roles
@@ -5,7 +5,7 @@
#ROLEID=$(keystone role-list | grep -i projectadmin | awk '{print $2}')
USERID=NULL
-declare -a PROJECTS=('playground' 'bitmask testing' LEAP Bitmask clientdev 'Bitmask development' 'Bitmask production');
+declare -a PROJECTS=('playground' 'bitmask testing' LEAP 'Bitmask clientdev' 'Bitmask development' 'Bitmask production');
for project in ${PROJECTS[@]}
do