diff --git a/options.go b/options.go index 9faaf94d..78804e58 100644 --- a/options.go +++ b/options.go @@ -170,7 +170,7 @@ func Auth(a auth.Auth) Option { } // Configs sets the configs for the service -func Configs(c []config.Config) Option { +func Configs(c ...config.Config) Option { return func(o *Options) { o.Configs = c }