Skip to content

Commit

Permalink
more fixes for buf
Browse files Browse the repository at this point in the history
  • Loading branch information
anekkanti committed Sep 26, 2023
1 parent 840db3a commit 497c2ba
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 @@ -46,7 +46,7 @@ buf-lint:

buf-breaking:
@printf $(COLOR) "Run buf breaking changes check against main branch..."
buf breaking --against '.git#branch=main'
buf breaking --against 'https://github.com/temporalio/api-cloud.git#branch=main'

##### Clean #####
clean:
Expand Down

0 comments on commit 497c2ba

Please sign in to comment.