File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ With an access token generated with a GitHub App you don't have to worry about t
38
38
39
39
## Installation
40
40
41
- ### Pre-requisites
41
+ ### Prerequisites
42
42
43
43
- `Bash 5.x+`
44
44
- `jq`
@@ -380,7 +380,12 @@ This is an indication that the script was not able to fetch an `installation id`
380
380
381
381
### I get a weird syntax error
382
382
383
- Make sure you' re running ` bash 5.x+` . If you' re running MacOS the version of `bash` installed is `3.2` which is not compatible with this tool.
383
+ Make sure you' re running ` bash 5.x+` . If you' re running MacOS, the version of `bash` installed is `3.2` which is not compatible with this tool.
384
+
385
+ ```sh
386
+ # Upgrade bash and that should resolve your problem
387
+ brew upgrade bash
388
+ ```
384
389
385
390
## Similar projects
386
391
You can’t perform that action at this time.
0 commit comments