Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(clone-module): correct env-file syntax
The `--env-file` argument was previously enclosed in quotes, which could cause issues when the command is executed. This change removes the unnecessary quotes to ensure that the environment variables are correctly passed to the `podman exec` command.
- Loading branch information