summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hydractl/sync-media-remotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/sync-media-remotes b/share/hydractl/sync-media-remotes
index f3ea062..217b17f 100755
--- a/share/hydractl/sync-media-remotes
+++ b/share/hydractl/sync-media-remotes
@@ -28,7 +28,7 @@ for folder in `ls $MEDIA`; do
type="`echo $remote | cut -d ' ' -f 3`"
if [ "$type" == "(push)" ]; then
- command="set-url --push"
+ command="set-url --add --push"
else
command="add"
fi