Skip to content

Commit

Permalink
fix(install.sh): s/oknozor/cocogitto/ in remote url
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Stemmet authored and oknozor committed Jan 20, 2022
1 parent be31d49 commit cbe452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ BIN_DIR="$HOME/.local/bin"

mkdir -p "$BIN_DIR"
cd "$BIN_DIR" || exit
curl -OL https://github.com/oknozor/cocogitto/releases/download/"$VERSION"/"$TAR"
curl -OL https://github.com/cocogitto/cocogitto/releases/download/"$VERSION"/"$TAR"
tar xfz $TAR
cd "$CUR_DIR" || exit

0 comments on commit cbe452e

Please sign in to comment.