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

Commit

Permalink
install bff from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking committed Sep 23, 2020
1 parent 741fd17 commit d371012
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 @@ -9,7 +9,7 @@ LDFLAGS=-ldflags "-w -s -X github.com/chanzuckerberg/terraform-provider-bless/pk

setup: ## setup development dependencies
./.godownloader-packr.sh -d v1.24.1
curl -sfL https://raw.githubusercontent.com/chanzuckerberg/bff/master/download.sh | sh
curl -sfL https://raw.githubusercontent.com/chanzuckerberg/bff/main/download.sh | sh
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh
.PHONY: setup
Expand Down

0 comments on commit d371012

Please sign in to comment.