Skip to content

Commit

Permalink
Fixes code snippet in the README.md
Browse files Browse the repository at this point in the history
Also removes a binary from the repo root. Looks like it was
accidentally committed
  • Loading branch information
m1kola committed Oct 6, 2018
1 parent 3be502b commit 26a0f89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/terraform-provider-heroku

*.dll
*.exe
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you wish to work on the provider, you'll first need [Go](http://www.golang.or
To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.

```sh
$ make bin
$ make build
...
$ $GOPATH/bin/terraform-provider-heroku
...
Expand Down
Binary file removed terraform-provider-heroku
Binary file not shown.

0 comments on commit 26a0f89

Please sign in to comment.