commit b2b6847024c0af0fdde89e3fccbde871b3e7ecb9 parent 7bfcd172c20bcb93d555a1f4ee9416cb53aa21fc Author: parazyd <parazyd@dyne.org> Date: Thu, 16 Jun 2016 19:53:39 +0200 use absolute path to gitolite-admin Diffstat:
M | addrepo.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/addrepo.sh b/addrepo.sh @@ -3,7 +3,7 @@ # parazyd - (c) wtfpl 2016 # add a repository to gitolite conf and push -GITOLITE="~/devel/gitolite-admin" +GITOLITE="/home/parazyd/devel/gitolite-admin" reponame="$1" repodesc="$2"