Skip to content

Commit

Permalink
Fix pylav folder permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapersniper authored and PhasecoreX committed Jun 27, 2024
1 parent 92c6478 commit 35409e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/app/functions/pylav_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def update_existing_commit(commit_hash: str) -> None:
log.info("PyLav is up to date")
sys.exit(0)
else:
install_or_update_pylav_cogs(cogs_mapping, symlink=True)
install_or_update_pylav_cogs(cogs_mapping, symlink=bool(DEV_PYLAV_COGS))
process, process2 = install_requirements(cogs_mapping)
try:
log.info("Current PyLav-Cogs Commit: %s", current_commit)
Expand Down

0 comments on commit 35409e0

Please sign in to comment.