Skip to content

Commit 8a9e643

Browse files
committed
Change project name in install scripts
1 parent 64d2528 commit 8a9e643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Shamelessly copied from https://github.com/technosophos/helm-template
44

55
PROJECT_NAME="helm-diff"
6-
PROJECT_GH="databus23/$PROJECT_NAME"
6+
PROJECT_GH="chriscoester/$PROJECT_NAME"
77
export GREP_COLOR="never"
88

99
HELM_MAJOR_VERSION=$(helm version --client --short | awk -F '.' '{print $1}')

0 commit comments

Comments
 (0)