Skip to content

Commit

Permalink
fixed issue tj#1060
Browse files Browse the repository at this point in the history
Corrected grammar in bin/git-cp:41
  • Loading branch information
SchleimKeim committed Aug 9, 2023
1 parent 0b5d2cc commit de1df4e
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 de1df4e

Please sign in to comment.