tandoor-recipes: fix update script

This commit is contained in:
Ryan Omasta
2025-11-25 18:56:11 -07:00
parent e0b9313a07
commit 563f10c0bb
+1 -1
View File
@@ -29,7 +29,7 @@ tmpdir=$(mktemp -d)
trap 'rm -rf "$tmpdir"' EXIT
pushd "$tmpdir"
wget "${TOKEN_ARGS[@]}" "$package_src/vue/yarn.lock"
wget "${TOKEN_ARGS[@]}" "$package_src/vue3/yarn.lock"
yarn_hash=$(prefetch-yarn-deps yarn.lock)
popd