From 572a7285c6ac1e59d16dbe859138bf1ee4f6ea0b Mon Sep 17 00:00:00 2001 From: xujian Date: Tue, 16 Dec 2014 16:52:25 +0800 Subject: Fix error in syntax for missing repo message Fixes #45 --- dotfiles/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3