Skip to content

Commit

Permalink
chore: add missing sed target
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Sep 19, 2024
1 parent ce4d0f8 commit 7a53cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-expected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
arch=$(echo $patchName | grep -oP 'node-v[0-9.]+-(.*)-(.*)' | cut -d'-' -f4)
# replace in shas.txt file the sha matching the same major, os and arch
sed -i -E "/$major[0-9.]+.-$os-$arch/c $sha $patchName"
sed -i -E "/$major[0-9.]+.-$os-$arch/c $sha $patchName" shas.txt
done
- name: Update expected shas
Expand Down

0 comments on commit 7a53cce

Please sign in to comment.