From 902a9780acc86668765e2a8e189e6326971c2aa1 Mon Sep 17 00:00:00 2001 From: Jordan Levin Date: Mon, 1 Apr 2024 17:28:54 -0700 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 271b290..d77e777 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ cobertura: # Update the submodules, such as the common build scripts. submodules: @git submodule sync - @git submodule update --remote --recursive + @git submodule update --init --recursive # This is for running out-of-cluster locally, and is for convenience. Running # this make target will print out the command which was used. For more control, @@ -242,4 +242,4 @@ crossplane.help: help-special: crossplane.help -.PHONY: crossplane.help help-special \ No newline at end of file +.PHONY: crossplane.help help-special