Skip to content

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 a37ce8d commit 34204cc
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 @@ -20,7 +20,7 @@ setup: # setup development dependencies
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.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 -s -- v0.9.14
curl -sfL https://raw.githubusercontent.com/chanzuckerberg/bff/master/download.sh | sh
curl -sfL https://raw.githubusercontent.com/chanzuckerberg/bff/main/download.sh | sh
.PHONY: setup

install:
Expand Down

0 comments on commit 34204cc

Please sign in to comment.