]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fixes git remote add at sync-media
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Dec 2016 17:57:04 +0000 (15:57 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Dec 2016 17:57:04 +0000 (15:57 -0200)
share/hydractl/sync-media

index a15e8b7d6560288c0ed1af9909b0f88ba7c71fd1..000909fdf86bc49851e8d1d075f5d42f2bd76b8e 100755 (executable)
@@ -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
 }