Skip to content

Commit c2e0071

Browse files
author
Kristan Kenney
committed
Fix syntax formatting
1 parent c2eadfe commit c2e0071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

func/domain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,8 +920,8 @@ is_base_domain_owner(){
920920
if [ ! -z "$web" ]; then
921921
parse_object_kv_list "$web"
922922
if [ -z "$ALLOW_USERS" ] || [ "$ALLOW_USERS" != "yes" ]; then
923-
# Don't care if $basedomain all ready exists only if the owner is of the base domain is the current user
924-
is_domain_new "" $basedomain
923+
# Don't care if $basedomain all ready exists only if the owner is of the base domain is the current user
924+
is_domain_new "" $basedomain
925925
fi
926926
else
927927
is_domain_new "" $basedomain

0 commit comments

Comments
 (0)