Skip to content

Commit

Permalink
removed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
valassi committed Oct 3, 2024
1 parent 76805ac commit 401343e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,9 @@ jobs:
echo "This is a test or pre-release tag: to use it, you must install it directly as follows" >> ${WORKDIR}/versiontag.txt
else
echo "This is a release tag: you may install the *latest* release tag ${tagname_latest} as follows" >> ${WORKDIR}/versiontag.txt
echo "" >> ${WORKDIR}/versiontag.txt
echo "<sub>" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown
echo "MG5_aMC>install cudacpp" >> ${WORKDIR}/versiontag.txt
echo "</sub><br>" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown
echo "</sub>" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown
echo "Alternatively, you may install directly this specific tag as follows" >> ${WORKDIR}/versiontag.txt
fi
echo "<sub>" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown
Expand Down

0 comments on commit 401343e

Please sign in to comment.