summaryrefslogtreecommitdiffstats
path: root/src/commands/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/util.rs')
-rw-r--r--src/commands/util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/util.rs b/src/commands/util.rs
index acfbdd2..2e409d9 100644
--- a/src/commands/util.rs
+++ b/src/commands/util.rs
@@ -106,7 +106,7 @@ where
if !lint_ok {
bar.finish_with_message("Linting errored");
- return Err(anyhow!("Linting was not successful"));
+ Err(anyhow!("Linting was not successful"))
} else {
bar.finish_with_message(format!(
"Finished linting {} package scripts",