summaryrefslogtreecommitdiff
path: root/parabola_repolint/repocache.py
diff options
context:
space:
mode:
Diffstat (limited to 'parabola_repolint/repocache.py')
-rw-r--r--parabola_repolint/repocache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parabola_repolint/repocache.py b/parabola_repolint/repocache.py
index 67dbc52..372546a 100644
--- a/parabola_repolint/repocache.py
+++ b/parabola_repolint/repocache.py
@@ -360,4 +360,4 @@ class RepoCache():
remote = mirror % dict(repo=repo, arch=arch)
local = os.path.join(self._packages_dir, repo)
os.makedirs(local, exist_ok=True)
- sh.rsync('-a', '-L', '--delete-after', '--filter="P *.pkginfo"', remote, local)
+ sh.rsync('-a', '-L', '--delete-after', '--filter', 'P *.pkginfo', remote, local)