summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hydractl/sync-media2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/sync-media b/share/hydractl/sync-media
index a15e8b7..000909f 100755
--- a/share/hydractl/sync-media
+++ b/share/hydractl/sync-media
@@ -127,7 +127,7 @@ function sync_media_ensure_remote {
fi
if ! git remote | grep -q "^$remote$"; then
- echo git remote add $remote $path
+ git remote add $remote $path
fi
}