Skip to content

Commit 205772e

Browse files
committed
change Makefile to run update-portainer to hack folder
1 parent ff85991 commit 205772e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ update-kube-vip-version:
12411241

12421242
.PHONY: update-portainer-version
12431243
update-portainer-version:
1244-
go run hack/update/portainer_version/update_portainer_version.go
1244+
cd hack && go run update/portainer_version/update_portainer_version.go
12451245

12461246
# used by update- Targets to get before/after versions of tools it updates
12471247
# example usage echo "OLD_VERSION=$(DEP=node make get-dependency-version)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)