From 497c2ba5a1ce208d59845177901f0a9deff618c7 Mon Sep 17 00:00:00 2001 From: Abhinav Nekkanti <10552725+anekkanti@users.noreply.github.com> Date: Tue, 26 Sep 2023 07:23:45 -0700 Subject: [PATCH] more fixes for buf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 127b7f0..0079e78 100644 --- a/Makefile +++ b/Makefile @@ -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: