Skip to content
This repository has been archived by the owner on Mar 3, 2025. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop22 committed Oct 3, 2024
1 parent a8eb2ef commit d9b84cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ impl Validate {
style("Validating").green().bold(),
style(self.args.cdr_name()).blue(),
style(self.args.tariff_name()).blue(),
style(self.args.timezone).blue(),
style(&report.time_zone).blue(),
);

let mut table = Table::new();
Expand Down

0 comments on commit d9b84cd

Please sign in to comment.