aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/sync-media-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/sync-media-init b/files/sync-media-init
index aee3541..c12ad7f 100644
--- a/files/sync-media-init
+++ b/files/sync-media-init
@@ -46,7 +46,7 @@ for file in `ls $MEDIA`; do
echo Processing "$MEDIA/$file..."
cd $MEDIA/$file
- if git remotes | grep -q "^origin$"; then
+ if git remote | grep -q "^origin$"; then
echo "Removing origin..."
git remote rm origin
fi