Skip to content

Commit

Permalink
add var for format.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiri committed Dec 19, 2013
1 parent afa8f36 commit a97e60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ansible-galaxy
Original file line number Diff line number Diff line change
Expand Up @@ -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" + \
Expand Down

0 comments on commit a97e60c

Please sign in to comment.