summaryrefslogtreecommitdiff
path: root/crates/build_helper/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'crates/build_helper/src/bin')
-rw-r--r--crates/build_helper/src/bin/exporter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/build_helper/src/bin/exporter.rs b/crates/build_helper/src/bin/exporter.rs
index 24379d0..27c1274 100644
--- a/crates/build_helper/src/bin/exporter.rs
+++ b/crates/build_helper/src/bin/exporter.rs
@@ -110,7 +110,7 @@ fn export(
copied_files += 1;
} else {
println!(
- " {} `{}` (file not found)",
+ " {} `{}` (file not found)",
"Warning".yellow().bold(),
config.from
);