Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request PagerDuty#49 from pdecat/patch-1
Browse files Browse the repository at this point in the history
Typo: "make bin" => "make build"
  • Loading branch information
tombuildsstuff authored Nov 8, 2017
2 parents 05876b0 + c8b539b commit 40585f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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-$PROVIDER_NAME
...
Expand Down

0 comments on commit 40585f1

Please sign in to comment.