Skip to content

Commit 7bd48e1

Browse files
committed
Fix build.py bug
1 parent 1e1ff4e commit 7bd48e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def create_hosts_sample_file():
6363

6464
if __name__ == "__main__":
6565

66-
subprocess.check_call("mv config.sample.json config.json", shell=True)
66+
subprocess.check_call("cp config.sample.json config.json", shell=True)
6767

6868
if "-id" not in sys.argv:
6969
download_file()

0 commit comments

Comments
 (0)