[Bps-public-commit] BPS git mailer tools branch, master, updated. 122bf00a3e20b55ba26240ffb2ff6a63afdb4a6e
Kevin Falcone
falcone at bestpractical.com
Wed Nov 4 10:42:46 EST 2009
The branch, master has been updated
via 122bf00a3e20b55ba26240ffb2ff6a63afdb4a6e (commit)
from aa20634fc76c833c4656e9df82871faac35995cd (commit)
Summary of changes:
create-repo | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 122bf00a3e20b55ba26240ffb2ff6a63afdb4a6e
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Nov 4 10:42:43 2009 -0500
fix syntax error
diff --git a/create-repo b/create-repo
index bcf7d26..aa3c27c 100755
--- a/create-repo
+++ b/create-repo
@@ -43,7 +43,7 @@ ssh fsck.com "\
git config --bool bps.github true && \
git remote add --mirror github git at github.com:bestpractical/${REPO}.git && \
git config gc.reflogExpire never && \
- git config core.logallrefupdates true && \
+ git config core.logallrefupdates true
"
echo "Please visit github as bestpractical and create a repo called $REPO"
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list