Skip to content

Commit

Permalink
use pathlib join
Browse files Browse the repository at this point in the history
Co-authored-by: José Manuel Domínguez <[email protected]>
  • Loading branch information
mira-miracoli and kysrpex authored Dec 19, 2023
1 parent 60ee6d6 commit 3b6a4b0
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 @@ -309,7 +309,7 @@ def assemble_ssh_command(self):
f"{SSH_USER}@{SSH_HOST}",
f"chmod",
f"ugo+r",
f"{STATIC_DIR}{os.path.basename(self.image_path)}",
f"{STATIC_DIR / self.image_path.basename()}",
]
)

Expand Down

0 comments on commit 3b6a4b0

Please sign in to comment.