You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
When the volume on the MAC has a space for example "MAC OS" the command: launchpad-compose up parity
fails with the error: -bash: /Volumes/MAC: No such file or directory
Possible fix:
I manage to fix this issue by escaping the $LAUNCHPAD_APP_DIR variable in the launchpad_compose_dev function.
# Function used for the aliases
launchpad_compose_dev () {
"$LAUNCHPAD_APP_DIR"/compose.sh $@
}
The text was updated successfully, but these errors were encountered:
When the volume on the MAC has a space for example "MAC OS" the command:
launchpad-compose up parity
fails with the error:
-bash: /Volumes/MAC: No such file or directory
Possible fix:
I manage to fix this issue by escaping the $LAUNCHPAD_APP_DIR variable in the launchpad_compose_dev function.
The text was updated successfully, but these errors were encountered: