Skip to content

Commit

Permalink
Fix binary name
Browse files Browse the repository at this point in the history
The binary in .goreleaser.yml was falsely named terradozer
and not awsweeper
  • Loading branch information
jckuester committed Mar 6, 2020
1 parent 8401f2c commit 09fe9d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
@@ -1,5 +1,5 @@
builds:
- binary: terradozer
- binary: awsweeper
goos:
- darwin
- windows
Expand All @@ -26,4 +26,4 @@ archives:
name_template: '{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
files:
- LICENSE.md
- README.md
- README.md
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,11 +35,11 @@ Happy erasing!
It's recommended to install a specific version of awsweeper available on the
[releases page](https://github.com/cloudetc/awsweeper/releases).

Here is the recommended way to install awsweeper v0.5.0:
Here is the recommended way to install awsweeper v0.5.1:

```bash
# install it into ./bin/
curl -sSfL https://raw.githubusercontent.com/cloudetc/awsweeper/master/install.sh | sh -s v0.5.0
curl -sSfL https://raw.githubusercontent.com/cloudetc/awsweeper/master/install.sh | sh -s v0.5.1
```

## Usage
Expand Down

0 comments on commit 09fe9d3

Please sign in to comment.