From 5995c3774f8718710a0fa62072ddbb58d9df867f Mon Sep 17 00:00:00 2001 From: Ivan Zvonimir Horvat Date: Fri, 13 Nov 2020 14:28:27 +0100 Subject: [PATCH] Command: config; fix message typo (#2412) --- src/commands/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/config.rs b/src/commands/config.rs index 14184bd8ec..5cafac4e77 100644 --- a/src/commands/config.rs +++ b/src/commands/config.rs @@ -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() );