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 fc71b73..3406014 100755 --- a/share/hydra/sync +++ b/share/hydra/sync @@ -35,7 +35,7 @@ function hydra_sync { echo "Please set domain configuration" exit 1 fi - url="gitolite@admin.`cat $HYDRA_FOLDER/config/domain`:$repository" + url="git@admin.`cat $HYDRA_FOLDER/config/domain`:$repository" fi git clone $url $HYDRA_FOLDER/$repository |