Skip to content

Commit a8d8f46

Browse files
rhdh-botdavidfestal
authored andcommitted
chore: switch default parameter expansion operator
Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent ca5a780 commit a8d8f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

export-dynamic/export-dynamic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ skipWorkspace=false
1212
INPUTS_CLI_PACKAGE=${INPUTS_CLI_PACKAGE:-"@red-hat-developer-hub/cli"}
1313
# set command names based on CLI package
1414
EXPORT_COMMAND=("plugin" "export")
15-
INPUTS_CONTAINER_BUILD_TOOL=${INPUTS_CONTAINER_BUILD_TOOL:="podman"}
15+
INPUTS_CONTAINER_BUILD_TOOL=${INPUTS_CONTAINER_BUILD_TOOL:-"podman"}
1616
PACKAGE_COMMAND=("plugin" "package" "--container-tool" "${INPUTS_CONTAINER_BUILD_TOOL}")
1717

1818

0 commit comments

Comments
 (0)