Skip to content

Commit

Permalink
IMP: quotes for open ⌘
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink committed Feb 7, 2022
1 parent 13264c8 commit 7a18403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ case "${@}" in

# Prefetch admin URL data for open steps
if [[ "$STORE" == "admin" ]]; then
ADMIN_PATH=$(grep frontName app/etc/env.php | tail -1 | cut -d ">" -f2 | cut -d "'" -f2)
ADMIN_PATH=$(grep frontName app/etc/env.php | tail -1 | cut -d '>' -f2 | cut -d '"' -f2)
fi

# If Magerun does not exist, then make sure if the path is secure or not
Expand Down

0 comments on commit 7a18403

Please sign in to comment.