Skip to content

Commit 0d25d6d

Browse files
johnnyasantossjjxtra
authored andcommitted
Fix the repo slug (#496)
1 parent a6cc1ff commit 0d25d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-console.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ case "$(uname -s)" in
2525
;;
2626
esac
2727

28-
TAG=$(curl -Ssf https://api.github.com/repos/johnnyasantoss/ExchangeSharp/releases/latest | jq -r .name)
28+
TAG=$(curl -Ssf https://api.github.com/repos/jjxtra/ExchangeSharp/releases/latest | jq -r .name)
2929
echo "Downloading version: '${TAG}'..."
3030

31-
curl -SfL# -o /tmp/exchangesharp.zip "https://github.com/johnnyasantoss/ExchangeSharp/releases/download/${TAG}/${OS}-x64.zip"
31+
curl -SfL# -o /tmp/exchangesharp.zip "https://github.com/jjxtra/ExchangeSharp/releases/download/${TAG}/${OS}-x64.zip"
3232

3333
unzip -qq -o /tmp/exchangesharp.zip -d /tmp/exchangesharp/
3434

0 commit comments

Comments
 (0)