From 5e25ae529988b7dd7e8026a42092a2c5b55b44cc Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Wed, 9 Oct 2024 10:30:25 -0600 Subject: [PATCH] shellcheck --- tasks/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dependencies.yaml b/tasks/dependencies.yaml index db1acbcf..e04371df 100644 --- a/tasks/dependencies.yaml +++ b/tasks/dependencies.yaml @@ -2,4 +2,4 @@ tasks: - name: create description: Create the Dependency Zarf Package(s) actions: - - cmd: uds zarf package create src/namespace/ --confirm --no-progress --architecture=${UDS_ARCH} --skip-sbom + - cmd: uds zarf package create src/namespace/ --confirm --no-progress --architecture="${UDS_ARCH}" --skip-sbom