Skip to content

Commit 6ee57fb

Browse files
G.ReijnG.Reijn
authored andcommitted
Replace value in subCommand
1 parent 597fe6f commit 6ee57fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/src/subcommand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ pub fn config(subcommand: &ConfigSubCommand, parameters: &Option<String>, mounte
329329
}
330330
},
331331
Err(err) => {
332-
error!("{}: {err}", t!("subcommand.invalidParamters"));
332+
error!("{}: {err}", t!("subcommand.invalidParameters"));
333333
exit(EXIT_INVALID_INPUT);
334334
}
335335
}

0 commit comments

Comments
 (0)