diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ansible-galaxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ansible-galaxy b/bin/ansible-galaxy index 4bad166f21..bad7df0276 100755 --- a/bin/ansible-galaxy +++ b/bin/ansible-galaxy @@ -469,7 +469,7 @@ def execute_init(args, options): print "The path %s already exists, but is a file - aborting" % role_path sys.exit(1) elif not force: - print "The directory %s already exists." + print "The directory %s already exists." % role_path print "" print "You can use --force to re-initialize this directory,\n" + \ "however it will reset any main.yml files that may have\n" + \ |