Skip to content

Commit

Permalink
fix(cmd): typo 'absoute' -> 'absolute'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Oct 16, 2023
1 parent d374272 commit 673c6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/query/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func NewCmd(f *cmdutil.Factory) *cobra.Command {

func timeStrToTime(timeStr string, timestampFormat string) (time.Time, error) {
if timestampFormat != "" {
// parse the timestamp as absoute because we have a definitive format
// parse the timestamp as absolute because we have a definitive format
return time.Parse(timestampFormat, timeStr)
}

Expand Down

0 comments on commit 673c6ec

Please sign in to comment.