Command: config; fix message typo (#2412)

This commit is contained in:
Ivan Zvonimir Horvat
2020-11-13 14:28:27 +01:00
committed by GitHub
parent 113d061129
commit 5995c3774f

View File

@@ -39,7 +39,7 @@ impl ConfigNewCommand {
let path = wasmtime_cache::create_new_config(self.path.as_ref())?;
println!(
"Successfully created a new configuation file at '{}'.",
"Successfully created a new configuration file at '{}'.",
path.display()
);