Skip to content

Commit

Permalink
Merge pull request #33 from astronomerio/feature/rename-binary-install
Browse files Browse the repository at this point in the history
change bin from astro-cli -> astro
  • Loading branch information
andscoop committed Mar 1, 2018
2 parents fbdaccc + c7e6606 commit a11041b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
@@ -1,10 +1,10 @@
project_name: astro-cli
project_name: astro
release:
github:
owner: astronomerio
name: astro-cli
brew:
install: bin.install "astro-cli"
install: bin.install "astro"
builds:
- goos:
- linux
Expand All @@ -17,7 +17,7 @@ builds:
- "6"
main: .
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
binary: astro-cli
binary: astro
ignore:
- goos: windows
goarch: amd64
Expand Down

0 comments on commit a11041b

Please sign in to comment.