summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gebetsroither <michael@mgeb.org>2012-02-11 11:52:17 +0100
committerMichael Gebetsroither <michael@mgeb.org>2012-02-11 11:52:17 +0100
commitf0417353f0e3196e67b5a38eafe175fe92962bb8 (patch)
treed957fed10ac60853677f19185357d72395884240
parent2f150db563d11c4ce5b62eae4000d6625fc374ca (diff)
correct remote gitolite adc name
-rwxr-xr-xexamples/pkglist-gitolite2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pkglist-gitolite b/examples/pkglist-gitolite
index 537093a..16fe299 100755
--- a/examples/pkglist-gitolite
+++ b/examples/pkglist-gitolite
@@ -4,6 +4,6 @@
# This file is licensed under the GPL v2.
# (c) Michael Gebetsroither <michael@mgeb.org>
-ssh $PKG_USER@${PKG_HOST} list_config_repos |while read reponame_ type_ hash_; do
+ssh $PKG_USER@${PKG_HOST} pkglist-gitolite-adc |while read reponame_ type_ hash_; do
echo $reponame_ $type_ $hash_ "$PKG_USER@${PKG_HOST}:${PKG_PATH}/${reponame_}.git"
done