Skip to content

Commit

Permalink
SLVUU-109: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Nov 22, 2023
1 parent 7407f3d commit 7f5ffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-readme.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

printf '[//]: # (This file is auto-generated by GitHub Actions. Please do not edit manually.\n\n)' > README_AUTO.md
printf '[//]: # (This file is auto-generated by GitHub Actions. Please do not edit manually.)\n\n' > README_AUTO.md
{ xargs cat < ./docs/readme_contents.txt ; } >> README_AUTO.md

0 comments on commit 7f5ffcd

Please sign in to comment.