Skip to content

Commit

Permalink
fix(website-test): missing backslash for muffet
Browse files Browse the repository at this point in the history
  • Loading branch information
GenPage committed Jul 25, 2023
1 parent 70e5619 commit 74e4497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
# medium.com => was being rate limited: HTTP 429
- run: |
./muffet \
-e 'https://medium.com/runatlantis'
-e 'https://medium.com/runatlantis' \
-e 'https://github\.com/runatlantis/atlantis/edit/main/.*' \
-e 'https://github.com/runatlantis/helm-charts#customization' \
--header 'Accept-Encoding:deflate, gzip' \
--buffer-size 8192 \
http://localhost:8080/
http://localhost:8080/

0 comments on commit 74e4497

Please sign in to comment.