Skip to content

Commit

Permalink
chore: add missing newline to README.md output
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 10, 2023
1 parent 6ad35b7 commit 72890a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/wasm/installPhase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cp ${self_path}/README.md ${self_path}/pkg/
cp ${self_path}/package.json ${self_path}/pkg/
cp -r ${self_path}/pkg/* $out/

echo "" >> $out/README.md
echo "## Tracking" >> $out/README.md
echo "Built from [noir-lang/noir@$GIT_COMMIT](https://github.com/noir-lang/noir/tree/$GIT_COMMIT)" >> $out/README.md

Expand Down

0 comments on commit 72890a7

Please sign in to comment.