Skip to content

Commit e8f933a

Browse files
committed
fix(script): update repo name
1 parent 84f2e9e commit e8f933a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "$OS" = "windows" ]; then
2222
EXT=".exe"
2323
fi
2424

25-
URL="https://github.com/emilkje/cwc/releases/latest/download/cwc-$OS-$ARCH$EXT"
25+
URL="https://github.com/intility/cwc/releases/latest/download/cwc-$OS-$ARCH$EXT"
2626

2727
# Download the correct binary
2828
if command -v wget > /dev/null; then

0 commit comments

Comments
 (0)