Skip to content

Commit

Permalink
Merge pull request #6 from GangstersPairOfDice/main
Browse files Browse the repository at this point in the history
Fixed incorrect user prompting
  • Loading branch information
zardus authored Apr 4, 2024
2 parents e8fd630 + 517f4f6 commit f2242eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome/vscode/solve
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo -n $'\r'
if [ "$UID" -ne 0 ]
then
echo "You seem to be running this challenge using 'bash $0' or 'sh $0'."
echo "Please run the challenge directly (e.g., without 'bash' or 'sh', just '$0')."
echo "Please run the challenge directly (e.g., without 'bash' or 'sh', just './$0')."
exit 1
fi

Expand Down

0 comments on commit f2242eb

Please sign in to comment.