aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotfiles/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/cli.py b/dotfiles/cli.py
index b0e2ea9..285f002 100644
--- a/dotfiles/cli.py
+++ b/dotfiles/cli.py
@@ -52,7 +52,7 @@ look like:
repository = {0}
Type 'dotfiles -h' to see detailed usage information.""".format
- (repo_settings['path']), CONFIG_FILE)
+ (repo_settings['path'], CONFIG_FILE))
def add_global_flags(parser):