Skip to content

Commit dd0a47b

Browse files
Fix ShellCheck
1 parent c353793 commit dd0a47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/bin/create-user

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ create_customer_account() {
3434
FIRSTNAME=${FIRSTNAME:-"Customer"}
3535
LASTNAME=${LASTNAME:-"Customer"}
3636

37-
bin/n98-magerun2 customer:create "${EMAIL}" "${PASSWORD}" ${FIRSTNAME} ${LASTNAME} "${WEBSITE}"
37+
bin/n98-magerun2 customer:create ${EMAIL} ${PASSWORD} ${FIRSTNAME} ${LASTNAME} ${WEBSITE}
3838

3939
if [ $? -eq 0 ]; then
4040
echo "Customer account created successfully."

0 commit comments

Comments
 (0)