We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3106507 commit 3a30aceCopy full SHA for 3a30ace
1 file changed
src/s-core-devcontainer/.devcontainer/s-core-local/versions.sh
@@ -17,7 +17,7 @@ if [ ! -f /tmp/yq ]; then
17
fi
18
19
# Read tool versions and metadata into environment variables
20
-export $(/tmp/yq eval '.. | select((tag == "!!map" or tag == "!!seq") | not) | (path | join("_")) + "=" + .' $1 | awk '!/=$/{print }' | xargs)
+export $(/tmp/yq eval '.. | select((tag == "!!map" or tag == "!!seq") | not) | (path | join("_")) + "=" + .' "$1" | awk '!/=$/{print }' | xargs)
21
22
# Clean up
23
rm -f /tmp/yq
0 commit comments