Skip to content

Commit

Permalink
fix: time-zone => tz
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Jun 14, 2024
1 parent 7a77a4e commit 2ce6637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/clockify-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func bindViper(rootCmd *cobra.Command) error {
}
}

if flag := cmd.Flags().Lookup("time-zone"); flag != nil {
if flag := cmd.Flags().Lookup("tz"); flag != nil {
if err := bind(flag, cmdutil.CONF_TIMEZONE,
"TIMEZONE"); err != nil {
return err
Expand Down

0 comments on commit 2ce6637

Please sign in to comment.