Skip to content

Commit 3a30ace

Browse files
committed
fix SC086
1 parent 3106507 commit 3a30ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/s-core-devcontainer/.devcontainer/s-core-local

src/s-core-devcontainer/.devcontainer/s-core-local/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ ! -f /tmp/yq ]; then
1717
fi
1818

1919
# 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)
20+
export $(/tmp/yq eval '.. | select((tag == "!!map" or tag == "!!seq") | not) | (path | join("_")) + "=" + .' "$1" | awk '!/=$/{print }' | xargs)
2121

2222
# Clean up
2323
rm -f /tmp/yq

0 commit comments

Comments
 (0)