Skip to content

Commit

Permalink
Remove parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jun 5, 2020
1 parent 5b05c2a commit 07e17c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} # (optional)
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} # optional
run: julia -e 'using CompatHelper; CompatHelper.main()'
```
Expand Down

0 comments on commit 07e17c3

Please sign in to comment.