diff --git a/scripts/git-prune.sh b/scripts/git-prune.sh index 3c4cd34..ece6539 100755 --- a/scripts/git-prune.sh +++ b/scripts/git-prune.sh @@ -4,7 +4,7 @@ # Check if needed to fetch before prooning -read -p "Do you wish to perform git fetch ? (Y/N) " yn +read -p "Do you wish to perform git fetch before pruning? (Y/N) " yn if [ $yn = "Y" ]; then git fetch -p