Skip to content

Commit

Permalink
fix: use correct changlelog header
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Oct 28, 2020
1 parent 63491f1 commit 871e2a9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions hack/changelog-header.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
### Linux

```shell
curl -L https://github.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check/releases/download/v{{.Version}}/kuberhealthy-terraform-drift-chec-linux-amd64.tar.gz | tar xzv
sudo mv kuberhealthy-terraform-drift-chec /usr/local/bin
```shell

curl -L https://github.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check/releases/download/v{{.Version}}/kuberhealthy-terraform-drift-check-linux-amd64.tar.gz | tar xzv
sudo mv kh-terraform-drift /usr/local/bin
```

### macOS

```shell
curl -L https://github.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check/releases/download/v{{.Version}}/kuberhealthy-terraform-drift-chec-darwin-amd64.tar.gz | tar xzv
sudo mv kuberhealthy-terraform-drift-chec /usr/local/bin
curl -L https://github.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check/releases/download/v{{.Version}}/kuberhealthy-terraform-drift-check-darwin-amd64.tar.gz | tar xzv
sudo mv kh-terraform-drift /usr/local/bin
```

0 comments on commit 871e2a9

Please sign in to comment.