Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 16, 2024
1 parent a36ffc6 commit b47dc81
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 @@ -57,7 +57,7 @@ def build():
print("trying mkdir")
os.system("mkdir _build")
print("trying cp")
os.system("cp test.txt {outputDir}")
os.system(f"cp test.txt {outputDir}")
print("trying cp")
os.system(f"cp test.txt {outputDir}/index.html")

Expand Down

0 comments on commit b47dc81

Please sign in to comment.