Skip to content

Commit

Permalink
test: Fix linter for breaking change in .proto files (#5680)
Browse files Browse the repository at this point in the history
  • Loading branch information
r2k1 authored Jan 29, 2025
1 parent 63e5910 commit b089651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aks-node-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ proto-generate:
.PHONY: proto-lint
proto-lint:
@($(BUF) lint)
@($(BUF) breaking --against '../.git#branch=dev,subdir=aks-node-controller') # TODO: change to master
@($(BUF) breaking --against '../.git#branch=master,subdir=aks-node-controller')

0 comments on commit b089651

Please sign in to comment.