fix repocard issues (#20)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -157,7 +157,7 @@ func WithArgs(args ...string) CreateOption {
|
||||
}
|
||||
}
|
||||
|
||||
// WithRetries sets the max retries attemps
|
||||
// WithRetries sets the max retries attempts
|
||||
func WithRetries(retries int) CreateOption {
|
||||
return func(o *CreateOptions) {
|
||||
o.Retries = retries
|
||||
|
Reference in New Issue
Block a user