diff --git a/python/binharness/common/busybox.py b/python/binharness/common/busybox.py index f4193fa..a16ce87 100644 --- a/python/binharness/common/busybox.py +++ b/python/binharness/common/busybox.py @@ -28,7 +28,7 @@ def __init__(self: BusyboxInjection) -> None: def install(self: BusyboxInjection, environment: Environment) -> None: """Install the injection into an environment.""" - self.env_path = environment.get_tempdir() + self.env_path = environment.get_tempdir() / "busybox" try: super().install(environment) except OSError as ex: