We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d70a6e commit 07bc585Copy full SHA for 07bc585
1 file changed
install.bash
@@ -60,7 +60,7 @@ main() {
60
copy "${path}" ${INSTALL_PATH}
61
fi
62
echo "Elegant Git is installed to '${INSTALL_PATH}/bin/git-elegant'."
63
- git-elegant acquire-git
+ ${INSTALL_PATH}/bin/git-elegant acquire-git
64
command -v git-elegant 1>/dev/null 2>&1 || next-steps ${INSTALL_PATH}
65
}
66
0 commit comments