Skip to content

Commit

Permalink
Update setup.md (#44)
Browse files Browse the repository at this point in the history
Remove part of the error message if `git-prompt.sh` isn't found.
  • Loading branch information
astroDimitrios authored Nov 14, 2024
1 parent a5e55a0 commit 5997632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [[ $- =~ i ]]; then
source "${GIT_PROMPT_PATH}" >&2
else
if [[ "$-" == *i* ]]; then
echo "${GIT_PROMPT_PATH} - not found, check version hasn't been updated" >&2
echo "${GIT_PROMPT_PATH} - not found" >&2
fi
fi
export GIT_PS1_SHOWDIRTYSTATE=1
Expand Down

0 comments on commit 5997632

Please sign in to comment.