From fab926d3d0d0b244a1eb6221222f1733f89d15bc Mon Sep 17 00:00:00 2001 From: Rahul Jadhav Date: Mon, 22 May 2023 08:35:21 +0530 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 4f8f58e8..33f328cc 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 Authors of KubeArmor +# Copyright 2021 Authors of AccuKnox set -e # Code generated by godownloader on 2021-09-27T06:20:55Z. DO NOT EDIT. @@ -336,8 +336,8 @@ End of functions from https://github.com/client9/shlib EOF PROJECT_NAME="accuknox-cli" -OWNER=kubearmor -REPO="kubearmor-client" +OWNER=accuknox +REPO="accuknox-cli" BINARY=accuknox-cli FORMAT=tar.gz OS=$(uname_os)