Skip to content

Commit

Permalink
updated the org name
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Jadhav <[email protected]>
  • Loading branch information
nyrahul committed Sep 1, 2023
1 parent f7bd6a4 commit 37c2019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ set -e
usage() {
this=$1
cat <<EOF
$this: download go binaries for nyrahul/tabled
$this: download go binaries for kubearmor/tabled
Usage: $this [-b] bindir [-d] [tag]
-b sets bindir or installation directory, Defaults to ./bin
-d turns on debug logging
[tag] is a tag from
https://github.com/nyrahul/tabled/releases
https://github.com/kubearmor/tabled/releases
If tag is missing, then the latest will be used.
Generated by godownloader
Expand Down Expand Up @@ -336,7 +336,7 @@ End of functions from https://github.com/client9/shlib
EOF

PROJECT_NAME="tabled"
OWNER=nyrahul
OWNER=kubearmor
REPO="tabled"
BINARY=tabled
FORMAT=tar.gz
Expand Down

0 comments on commit 37c2019

Please sign in to comment.