From 93bd203777d170e24f1add5597a9ecc6e66413ad Mon Sep 17 00:00:00 2001
From: Stefan McShane <stefanmcshane@users.noreply.github.com>
Date: Fri, 7 Jun 2024 14:23:12 -0400
Subject: [PATCH] Update build-controller.sh

---
 scripts/build-controller.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build-controller.sh b/scripts/build-controller.sh
index 9ad59596..d6e36e3b 100755
--- a/scripts/build-controller.sh
+++ b/scripts/build-controller.sh
@@ -93,7 +93,7 @@ run:
  
 from the root directory or install ack-generate using:
 
-   go get -u -tags codegen github.com/aws-controllers-k8s/code-generator/cmd/ack-generate" 1>&2
+   go install -tags codegen github.com/aws-controllers-k8s/code-generator/cmd/ack-generate@latest" 1>&2
         exit 1;
     fi
 fi