Skip to content

Commit 1b54ecf

Browse files
committed
update reviewdog install script version with commit SHA
1 parent 51237dd commit 1b54ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ if [ -z "${TEMP}" ]; then
1313
fi
1414
fi
1515

16-
INSTALL_SCRIPT='https://raw.githubusercontent.com/reviewdog/reviewdog/fd59714416d6d9a1c0692d872e38e7f8448df4fc/install.sh'
16+
INSTALL_SCRIPT='https://raw.githubusercontent.com/reviewdog/reviewdog/df70ed74df59de7ebfd9276afabd62ea2de4d7dd/install.sh'
1717
if [ "${VERSION}" = 'nightly' ]; then
18-
INSTALL_SCRIPT='https://raw.githubusercontent.com/reviewdog/nightly/30fccfe9f47f7e6fd8b3c38aa0da11a6c9f04de7/install.sh'
18+
INSTALL_SCRIPT='https://raw.githubusercontent.com/reviewdog/nightly/a41f181a20068bf2c0499054e4c19bdebc71b362/install.sh'
1919
VERSION='latest'
2020
fi
2121

0 commit comments

Comments
 (0)