Skip to content

Commit 57ca427

Browse files
rhdh-botdavidfestal
authored andcommitted
chore: shellcheck fix
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 a8d8f46 commit 57ca427

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
@@ -132,7 +132,7 @@ else
132132
fi
133133

134134
set +e
135-
if ! run_cli "${EXPORT_COMMAND[@]}" $args; then
135+
if ! run_cli "${EXPORT_COMMAND[@]}" "$args"; then
136136
errors+=("${pluginPath}")
137137
set -e
138138
popd > /dev/null

0 commit comments

Comments
 (0)