mirror of
https://github.com/containers/bootc.git
synced 2026-02-06 00:45:22 +01:00
Without the "internals" prefix, bootc fails to spawn the loopback-cleanup-helper because the helper is only available under the `bootc internals` subcommand. This patch updates the spawned command to include "internals" before the helper name so it runs as intended. Signed-off-by: Sam Dasilva <samuelramos852@gmail.com>