Skip to content

Commit 0fdb4df

Browse files
k-routhujpayne3506
andauthored
Update hack/aks/Makefile
Co-authored-by: John Payne <[email protected]> Signed-off-by: Keerthana Routhu <[email protected]>
1 parent 6a62abe commit 0fdb4df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hack/aks/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ ip:
5858
--tier Regional \
5959
--version IP$(IPVERSION)
6060

61-
ipv4:
62-
@$(MAKE) ip IPVERSION=v4
61+
ipv4: IPVERSION = v4
62+
ipv4: ip
6363

64-
ipv6:
65-
@$(MAKE) ip IPVERSION=v6
64+
ipv6: IPVERSION = v6
65+
ipv6: ip
6666

6767

6868
set-kubeconf: ## Adds the kubeconf for $CLUSTER

0 commit comments

Comments
 (0)