mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-01 01:41:21 -05:00
Fix copy and paste error within naming
This commit is contained in:
@@ -78,7 +78,7 @@ func Pprof(p bool) Option {
|
||||
// Zpages provides a function to set the zpages option.
|
||||
func Zpages(z bool) Option {
|
||||
return func(o *Options) {
|
||||
o.Pprof = z
|
||||
o.Zpages = z
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user