Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Mar 28, 2024
1 parent 83badd6 commit d4a55ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def send_webhook():
if x.endswith("pack.json"):
filename = x.split("/")
filename = filename[len(filename) - 1]
shutil.copy(os.path.join("test/", x), os.path.join(version_mod_directory, filename))
shutil.copy(os.path.join(os.path.join("test/", folderName), x), os.path.join(version_mod_directory, filename))

except Exception as inst:
fail(f'Could not populate click folder {version_mod_directory}: {inst}')
Expand Down

0 comments on commit d4a55ba

Please sign in to comment.