fix cri-o update

pull/15932/head
Steven Powell 2023-02-27 10:03:59 -08:00
parent 5f072f0514
commit da98b837f1
1 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ update-buildkit-version:
.PHONY: update-cri-o-version .PHONY: update-cri-o-version
update-cri-o-version: update-cri-o-version:
(cd hack/update/cri-o_version $$ \ (cd hack/update/cri-o_version && \
go run update_cri-o_version.go) go run update_cri-o_version.go)
.PHONY: generate-licenses .PHONY: generate-licenses