Fix copy-pasted tool name
This commit is contained in:
parent
733871099c
commit
f676ed2d2c
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ fn shellcheck_runner(args: &[&OsStr]) -> Result<(), Error> {
|
|||
}
|
||||
|
||||
let status = Command::new("shellcheck").args(args).status()?;
|
||||
if status.success() { Ok(()) } else { Err(Error::FailedCheck("black")) }
|
||||
if status.success() { Ok(()) } else { Err(Error::FailedCheck("shellcheck")) }
|
||||
}
|
||||
|
||||
/// Check git for tracked files matching an extension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue