Skip to content

Commit

Permalink
Dropped a space, oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianantonelli committed Mar 30, 2017
1 parent 0bd444a commit 02013a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ release:

GOOS=darwin GOARCH=386 go build -o release/terraform-provider-alks $(package)
chmod +x release/terraform-provider-alks
tar -cvzf release/terraform-provider-alks-darwin-386.tar.gz -C release/terraform-provider-alks
tar -cvzf release/terraform-provider-alks-darwin-386.tar.gz -C release/ terraform-provider-alks

GOOS=darwin GOARCH=amd64 go build -o release/terraform-provider-alks $(package)
chmod +x release/terraform-provider-alks
Expand Down

0 comments on commit 02013a3

Please sign in to comment.