Commit 88dc71c8 authored by Ryan Omasta's avatar Ryan Omasta Committed by github-actions[bot]
Browse files

tandoor-recipes: fix update script

(cherry picked from commit 563f10c0)
parent a65c5584
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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