diff options
author | EuAndreh <eu@euandre.org> | 2021-06-13 20:16:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-13 20:16:15 -0300 |
commit | befa8051a478a36b63088a8ef5d54a16acd466c1 (patch) | |
tree | 59eafc70ecd4e7b9c14dfafff6ced408262cf72b /aux/ci | |
parent | aux/ci/report.sh: Add link to homepage on generated HTML (diff) | |
download | remembering-befa8051a478a36b63088a8ef5d54a16acd466c1.tar.gz remembering-befa8051a478a36b63088a8ef5d54a16acd466c1.tar.xz |
aux/ci/report.sh: Add missing close quote
Diffstat (limited to 'aux/ci')
-rwxr-xr-x | aux/ci/report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/report.sh b/aux/ci/report.sh index 1a13e85..2b40f3e 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -38,7 +38,7 @@ cat <<EOF >> "$OUT" </head> <body> <h1> - CI logs for <a href="https://$TLD/$PROJECT/>$PROJECT</a> + CI logs for <a href="https://$TLD/$PROJECT/">$PROJECT</a> </h1> <ul> EOF |