Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti committed Oct 21, 2024
1 parent ba6c6a8 commit 99becdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ou_dedetai/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def ensure_launcher_executable(app=None):
)

# Copy executable to config.INSTALLDIR.
launcher_exe = Path(f"{config.INSTALLDIR}/{config.name_binary})")
launcher_exe = Path(f"{config.INSTALLDIR}/{config.name_binary}")
if launcher_exe.is_file():
logging.debug("Removing existing launcher binary.")
launcher_exe.unlink()
Expand Down

0 comments on commit 99becdb

Please sign in to comment.