Skip to content

Commit

Permalink
Fix markdownlint error
Browse files Browse the repository at this point in the history
./docs/content/dev/_index.md:280 MD031/blanks-around-fences Fenced code
blocks should be surrounded by blank lines [Context: "- This will update
everything,..."]
  • Loading branch information
chmouel committed Oct 1, 2024
1 parent b3fd3ef commit a0a0a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/dev/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ to the tektoncd/pipeline version.

```shell
find -name '*.go'|xargs sed -i 's,github.com/google/go-github/v56,github.com/google/go-github/v59,'
```

- This will update everything, sometime the library ghinstallation is not
updated with the new version, so you will need to keep the old version kept in
Expand Down

0 comments on commit a0a0a34

Please sign in to comment.