diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-20 16:24:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-20 16:24:20 -0300 |
commit | 8b8e21a3a4abedd96f5c4f41a99c746bf4b0ee91 (patch) | |
tree | 1030d4e3bde69011b0eddf9d77c532445d98f068 | |
parent | fbc59ab9b723fd651c07d2869a509e38405d18bf (diff) | |
download | hydra-8b8e21a3a4abedd96f5c4f41a99c746bf4b0ee91.tar.gz hydra-8b8e21a3a4abedd96f5c4f41a99c746bf4b0ee91.tar.bz2 |
Updates git user
-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 |