From 7f583e23039286b17ff508a0d692e8b8e000e711 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 Dec 2016 15:57:04 -0200 Subject: Fixes git remote add at sync-media --- share/hydractl/sync-media | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3