Command: config; fix message typo (#2412)
This commit is contained in:
committed by
GitHub
parent
113d061129
commit
5995c3774f
@@ -39,7 +39,7 @@ impl ConfigNewCommand {
|
|||||||
let path = wasmtime_cache::create_new_config(self.path.as_ref())?;
|
let path = wasmtime_cache::create_new_config(self.path.as_ref())?;
|
||||||
|
|
||||||
println!(
|
println!(
|
||||||
"Successfully created a new configuation file at '{}'.",
|
"Successfully created a new configuration file at '{}'.",
|
||||||
path.display()
|
path.display()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user