Skip to content

Commit

Permalink
chore: fix Makefile local-csb task (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm authored Oct 4, 2024
1 parent a5072a5 commit 682276e
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 @@ -175,7 +175,7 @@ latest-csb: ## point to the very latest CSB on GitHub

.PHONY: local-csb
local-csb: ## point to a local CSB repo
echo "replace \"github.com/cloudfoundry/cloud-service-broker\" => \"$$PWD/../cloud-service-broker\"" >>go.mod
echo "replace \"github.com/cloudfoundry/cloud-service-broker/v2\" => \"$$PWD/../cloud-service-broker\"" >>go.mod
go mod tidy

###### lint ###################################################################
Expand Down

0 comments on commit 682276e

Please sign in to comment.