[X2Go-Commits] [maintenancescripts] 01/03: git/misc/setup-repository: fix extra semicolon after heredoc delimiter.
git-admin at x2go.org
git-admin at x2go.org
Mon Mar 9 01:53:59 CET 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository maintenancescripts.
commit 51588de4cf0c7f42c3274ff4a849e6e36e3e909d
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Mar 9 00:21:51 2015 +0100
git/misc/setup-repository: fix extra semicolon after heredoc delimiter.
---
git/misc/setup-repository | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git/misc/setup-repository b/git/misc/setup-repository
index 0161d34..6bcc76e 100755
--- a/git/misc/setup-repository
+++ b/git/misc/setup-repository
@@ -46,7 +46,7 @@ echo "$DESCRIPTION" >description
}
# set up ACLs
-[ -f info/allowed-users ] || cat > info/allowed-users.tmp <<-EOF;
+[ -f info/allowed-users ] || cat > info/allowed-users.tmp <<-EOF
# master branch
+refs/heads/master x2go
+refs/heads/master x2go-admin
--
Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
More information about the x2go-commits
mailing list