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 e892875..95efda2 100644
--- a/src/commands/util.rs
+++ b/src/commands/util.rs
@@ -108,7 +108,7 @@ where
bar.finish_with_message("Linting errored");
return Err(anyhow!("Linting was not successful"));
} else {
- bar.finish_with_message(format!(
+ bar.finish_with_message(&format!(
"Finished linting {} package scripts",
lint_results.len()
));