Skip to content

Commit

Permalink
Corrected grammar in bin/git-cp (tj#1061)
Browse files Browse the repository at this point in the history
Corrected grammar in bin/git-cp:41
  • Loading branch information
SchleimKeim authored and vanpipy committed Sep 14, 2023
1 parent 2ffb6b2 commit fb84bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-cp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else
exit 40
fi

echo "Coping $CURRENT_FILENAME into $DESTINATION_FILENAME"
echo "Copying $CURRENT_FILENAME into $DESTINATION_FILENAME"

INTERMEDIATE_FILENAME="${CURRENT_FILENAME//\//__}-move-to-${DESTINATION_FILENAME//\//__}"

Expand Down

0 comments on commit fb84bb9

Please sign in to comment.