Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 2, 2018
1 parent 1fc9966 commit cc7104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clam/clamnewproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def main():
host: {hostname}
root: {rootdir}/userdata
port: {port}
""".format(hostname=args.hostname,sourcedir=sourcedir,port=args.port))
""".format(hostname=args.hostname,rootdir=rootdir,port=args.port))
if args.forceurl:
with io.open(os.path.join(sourcedir,'config.yml'),'a',encoding='utf-8') as f:
f.write("forceurl: {forceurl}".format(forceurl=args.forceurl))
Expand Down

0 comments on commit cc7104c

Please sign in to comment.