fix typos

This commit is contained in:
Clément DOUIN
2024-01-05 21:58:02 +01:00
parent 38c8a67ddd
commit 45ce05ec4d
10 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ pub struct TemplateSaveCommand {
impl TemplateSaveCommand {
pub async fn execute(self, printer: &mut impl Printer, config: &TomlConfig) -> Result<()> {
info!("executing template save command");
info!("executing save template command");
let folder = &self.folder.name;