Skip to content

Commit

Permalink
Fix build.py bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn1m committed Jul 19, 2017
1 parent 1e1ff4e commit 7bd48e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def create_hosts_sample_file():

if __name__ == "__main__":

subprocess.check_call("mv config.sample.json config.json", shell=True)
subprocess.check_call("cp config.sample.json config.json", shell=True)

if "-id" not in sys.argv:
download_file()
Expand Down

0 comments on commit 7bd48e1

Please sign in to comment.