Skip to content

Commit

Permalink
Fix missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Nov 24, 2023
1 parent 231e597 commit 28890ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/platforms/ubuntu/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
echo "Not updating Android SDK."
fi

if [[ "RUN_AS_HOST_USER" == "true" ]]; then
if [[ "$RUN_AS_HOST_USER" == "true" ]]; then
echo "Running as host user"

# Stop on error if we can't set up the user
Expand Down

0 comments on commit 28890ad

Please sign in to comment.