Skip to content

Commit b1e843e

Browse files
authored
Fix Incorrect Link to Slither Installation Guide
1 parent 22e21ad commit b1e843e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-slither.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ log() {
1111

1212
main() {
1313
if ! command -v slither >/dev/null; then
14-
log "${RED}error: slither is required but is not installed${RESET}.\nFollow instructions at ${CYAN}https://github.com/crytic/slither?tab=readme-ov-file#how-to-install${RESET} and try again."
14+
log "${RED}error: slither is required but is not installed${RESET}.\nFollow instructions at ${CYAN}https://github.com/crytic/slither#how-to-install${RESET} and try again."
1515
exit 1
1616
fi
1717
}

0 commit comments

Comments
 (0)