diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/sync b/share/hydra/sync index d09a67c..730d030 100755 --- a/share/hydra/sync +++ b/share/hydra/sync @@ -55,7 +55,7 @@ function hydra_sync { # Basic parameters. if [ -z "$1" ]; then - REPOSITORIES="config doc bootless dns gitolite/public gitolite/private puppet" + REPOSITORIES="config doc bootless dns git/public git/private puppet" else REPOSITORIES="$*" UPDATE_KEYRINGER="no" |