Skip to content

Commit ff267da

Browse files
committed
fix shellcheck
Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
1 parent e3f41ef commit ff267da

File tree

1 file changed

+1
-1
lines changed
  • dependencies/che-plugin-registry

1 file changed

+1
-1
lines changed

dependencies/che-plugin-registry/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ else
223223
SCRIPTS_BRANCH="devspaces-3-rhel-9"
224224
fi
225225
echo "Load https://raw.githubusercontent.com/redhat-developer/devspaces/${SCRIPTS_BRANCH}/dependencies/job-config.json [3]"
226-
curl -sSLo /tmp/job-config.json https://raw.githubusercontent.com/redhat-developer/devspaces/${SCRIPTS_BRANCH}/dependencies/job-config.json
226+
curl -sSLo /tmp/job-config.json https://raw.githubusercontent.com/redhat-developer/devspaces/"${SCRIPTS_BRANCH}"/dependencies/job-config.json
227227
jobconfigjson=/tmp/job-config.json
228228
fi
229229
REGISTRY_VERSION=$(jq -r '.Version' "${jobconfigjson}");

0 commit comments

Comments
 (0)