aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/sync
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydra/sync')
-rwxr-xr-xshare/hydra/sync1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/hydra/sync b/share/hydra/sync
index c281478..ea636f8 100755
--- a/share/hydra/sync
+++ b/share/hydra/sync
@@ -26,6 +26,7 @@ function hydra_sync {
continue
fi
+ # Determine repository URL
if [ ! -d "$HYDRA_FOLDER/$repository" ]; then
if [ -e "$HYDRA_FOLDER/config/repository/url" ]; then
url="`cat $HYDRA_FOLDER/config/repository/url`"