diff --git a/src/ameba/rule/lint/typos.cr b/src/ameba/rule/lint/typos.cr index 2371aff1..8a2506e9 100644 --- a/src/ameba/rule/lint/typos.cr +++ b/src/ameba/rule/lint/typos.cr @@ -22,7 +22,7 @@ module Ameba::Rule::Lint MSG = "Typo found: %s -> %s" - BIN_PATH = Process.find_executable("typos") + BIN_PATH = Process.find_executable("typos") rescue nil def bin_path : String? @bin_path || BIN_PATH