Skip to content

Commit

Permalink
Fixed incomplete line
Browse files Browse the repository at this point in the history
  • Loading branch information
bx80 committed Jul 6, 2023
1 parent 6616496 commit cfe6c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-font.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- uses: actions/checkout@v3
- name: Compare stylesheet to base branch
run: |
if [[ $(wget -O - -o /dev/null https://raw.githubusercontent.com/matomo-org/matomo/$GITHUB_BASE_REF/plugins/Morpheus/stylesheets/base/icons.css | sed '4q;d') == $(sed>
if [[ $(wget -O - -o /dev/null https://raw.githubusercontent.com/matomo-org/matomo/$GITHUB_BASE_REF/plugins/Morpheus/stylesheets/base/icons.css | sed '4q;d') == $(sed '4q;d' plugins/Morpheus/stylesheets/base/icons.css) ]]
then
echo "::error Font cachebuster paramater not updated see https://developer.matomo.org/guides/matomo-font"
echo "::error Font cachebuster parameter not updated see https://developer.matomo.org/guides/matomo-font"
exit 1
else
exit 0
Expand Down

0 comments on commit cfe6c45

Please sign in to comment.