Skip to content

Commit

Permalink
Merge pull request #48 from hervelemeur/issue-45
Browse files Browse the repository at this point in the history
fix: add 'linux' in the filename
  • Loading branch information
jstrachan authored Oct 4, 2020
2 parents f0c2256 + 0de30de commit 05c44b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/changelog-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```shell
mkdir -p ~/.config/octant/plugins
curl -L https://github.com/jenkins-x/octant-jx/releases/download/v{{.Version}}/octant-jx-amd64.tar.gz | tar xzv
curl -L https://github.com/jenkins-x/octant-jx/releases/download/v{{.Version}}/octant-jx-linux-amd64.tar.gz | tar xzv
mv octant-* ~/.config/octant/plugins
```

Expand Down

0 comments on commit 05c44b4

Please sign in to comment.