aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotfiles/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/core.py b/dotfiles/core.py
index e4c4ec6..d13c9f4 100644
--- a/dotfiles/core.py
+++ b/dotfiles/core.py
@@ -182,7 +182,7 @@ class Dotfiles(object):
self.list(verbose=False)
- def sync(self, force=False):
+ def sync(self, files=None, force=False):
"""Synchronize this repository, creating and updating the necessary
symbolic links."""