Skip to content

Commit

Permalink
Merge branch 'master' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 19, 2019
2 parents 07b7376 + 939feaf commit f47577f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/retry/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Command struct {
}

var (
re = regexp.MustCompile(`^(\w+)(?::((?:[\w\.]+,?)+))?$`)
re = regexp.MustCompile(`^(\w+)(?::((?:[\w.]+,?)+))?$`)

compliance map[string]struct {
cursor interface{}
Expand Down
2 changes: 1 addition & 1 deletion cmd/retry/parser_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func init() {
}
usage = func(output io.Writer, md Metadata) func() {
return func() {
fmt.Fprintf(output, `
_, _ = fmt.Fprintf(output, `
Usage: %s [-timeout Timeout] [--debug] [--notify] [strategy flags] -- command
The strategy flags
Expand Down

0 comments on commit f47577f

Please sign in to comment.