Skip to content

Commit

Permalink
Clarified info message
Browse files Browse the repository at this point in the history
  • Loading branch information
oserban committed May 2, 2019
1 parent 292a2e3 commit 0ec5058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def generate_scripts(input_filename, output_filename, params):
with open(output_filename, mode="w") as fout:
fout.write(content)

print("Generated new docker-compose config file in ", output_filename)
print("Generated new config file in ", output_filename)


def main():
Expand Down

0 comments on commit 0ec5058

Please sign in to comment.