Skip to content

Commit

Permalink
Update Github project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohjive committed Dec 12, 2020
1 parent 0882d8c commit f46a33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Shamelessly copied from https://github.com/technosophos/helm-template

PROJECT_NAME="helm-diff"
PROJECT_GH="databus23/$PROJECT_NAME"
PROJECT_GH="Mohjive/$PROJECT_NAME"
export GREP_COLOR="never"

HELM_MAJOR_VERSION=$(helm version --client --short | awk -F '.' '{print $1}')
Expand Down Expand Up @@ -112,7 +112,7 @@ fail_trap() {
result=$?
if [ "$result" != "0" ]; then
echo "Failed to install $PROJECT_NAME"
printf '\tFor support, go to https://github.com/databus23/helm-diff.\n'
printf '\tFor support, go to https://github.com/Mohjive/helm-diff.\n'
fi
exit $result
}
Expand Down

0 comments on commit f46a33a

Please sign in to comment.