Skip to content

Commit

Permalink
add more
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Mar 14, 2024
1 parent a03c934 commit a016479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_workflow/integ_test/distribution_deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def config_path(self) -> str:

@property
def log_dir(self) -> str:
return os.path.join(os.sep, "var", "logs", self.filename)
return os.path.join(os.sep, "var", "log", self.filename)

def install(self, bundle_name: str) -> None:
logging.info(f"Installing {bundle_name} in {self.install_dir}")
Expand Down

0 comments on commit a016479

Please sign in to comment.