fix another typo

This commit is contained in:
Rudolf Polzer 2010-07-21 10:52:05 +02:00
parent a49e5ec8c1
commit e0d2025eb1

View File

@ -22,7 +22,7 @@ case "$1" in
esac
git checkout -t "${REFNAME#refs/remotes/}" || git checkout "${REFNAME#refs/remotes/origin/}"
git reset --hard "$REFNAME"
echo "$attr" > "${me%/*}/.gitattributes"
echo "$attr" > ".gitattributes"
git update-index --refresh
git add .gitattributes
git commit -a -m"CRLF fixes, .gitattributes file updated"