Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 45ccaef

Browse files
committed
script mgv-dev-install: fixed typo and removed misleading "success" message
1 parent 7d9c174 commit 45ccaef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/mgv-dev-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ makeInstall libHeaven
111111
makeInstall MacGitver
112112

113113
hr
114-
echo "DONE! Macgitver was successfully installed!"
115-
echo "Run from here: $INSTALL_DIR/bin/Macgitver"
114+
echo "DONE!"
115+
echo "Start MacGiver from here: $INSTALL_DIR/bin/MacGitver"
116116

117117
exit 0

0 commit comments

Comments
 (0)