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 ea636f8..d09a67c 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 gitosis/public gitosis/private puppet" + REPOSITORIES="config doc bootless dns gitolite/public gitolite/private puppet" else REPOSITORIES="$*" UPDATE_KEYRINGER="no" |