Skip to content

Commit

Permalink
add missing slash
Browse files Browse the repository at this point in the history
without this slash, the update script does not work at all and
creates a .git_template directory under the .git directory
  • Loading branch information
greg0ire committed Sep 8, 2013
1 parent a67db05 commit f7d4c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ main()
then
echo "This script is supposed to be run at the root of a git repository" >&2
fi
rsync -avzC --exclude="update.sh" $PROGDIR .git --delete
rsync -avzC --exclude="update.sh" $PROGDIR/ .git --delete
}
main

0 comments on commit f7d4c70

Please sign in to comment.