Skip to content

Commit

Permalink
fix: flag in mysql binlog-server (wal-g#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizic authored May 11, 2023
1 parent bd3d622 commit 2ef3cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mysql/binlog_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
)

func init() {
binlogFetchCmd.Flags().StringVar(&BinlogBackupName, "since", "LATEST", binlogSinceFlagShortDescr)
binlogServerCmd.Flags().StringVar(&BinlogBackupName, "since", "LATEST", binlogSinceFlagShortDescr)
binlogServerCmd.Flags().StringVar(&untilTS,
"until",
utility.TimeNowCrossPlatformUTC().Format(time.RFC3339),
Expand Down

0 comments on commit 2ef3cde

Please sign in to comment.