Skip to content

Commit

Permalink
Fix Incorrect Link to Slither Installation Guide (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Dec 4, 2024
1 parent 22e21ad commit e94bbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-slither.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ log() {

main() {
if ! command -v slither >/dev/null; then
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."
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."
exit 1
fi
}
Expand Down

0 comments on commit e94bbc4

Please sign in to comment.