mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 22:08:47 +00:00
shellcheck: Fix shellcheck SC2068
> Double quote array expansions to avoid re-splitting elements Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -83,4 +83,4 @@ main() {
|
||||
info "kata-webhook is up and working"
|
||||
}
|
||||
|
||||
main $@
|
||||
main "$@"
|
||||
|
Reference in New Issue
Block a user