Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
update-git-platinum.sh: Clearer error message
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Kurcz <[email protected]>

Co-authored-by: Fintan Halpenny <[email protected]>
  • Loading branch information
uint and FintanH authored Apr 22, 2021
1 parent f7c8ec7 commit a145b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-git-platinum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BASE=$(basename $(pwd))

if [ "${BASE}" != "radicle-surf" ]
then
echo "this script should be run from the root of radicle-surf"
echo "ERROR: this script should be run from the root of radicle-surf"
exit 1
fi

Expand Down

0 comments on commit a145b13

Please sign in to comment.