Skip to content

Commit

Permalink
Fix adam (for real)
Browse files Browse the repository at this point in the history
  • Loading branch information
d8ahazard committed Nov 16, 2022
1 parent f0e4061 commit e66b34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
else:
dest = bnb_dest
dest_file = os.path.join(dest, file)
shutil.copy2(src_file, bnb_dest)
shutil.copy2(src_file, dest)

0 comments on commit e66b34b

Please sign in to comment.