Skip to content

Commit

Permalink
updated the prompt text
Browse files Browse the repository at this point in the history
  • Loading branch information
prabodhmeshram committed Dec 8, 2017
1 parent e4f49df commit efb66e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/git-prune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efb66e7

Please sign in to comment.