Skip to content

Commit

Permalink
fix: ✏️ startup WorkSpaceRoot hint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alchatti committed Jan 11, 2024
1 parent c8a8df8 commit 162f0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ apachectl start
printf "Apache Ready! 🚀\n"

printf "\n💡 Hints"
echo '{"$W":"'$WORKSPACE_ROO./T'", "$D": "'$WORKSPACE_ROOT/$APACHE_DOCUMENT_ROOT'"}' | jq
echo '{"$W":"'$WORKSPACE_ROOT'", "$D": "'$WORKSPACE_ROOT/$APACHE_DOCUMENT_ROOT'"}' | jq

printf "\n"

0 comments on commit 162f0c3

Please sign in to comment.