mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 21:30:07 -06:00
5
changelog/unreleased/fix-docs.md
Normal file
5
changelog/unreleased/fix-docs.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Bugfix: corrected documentation
|
||||
|
||||
- ocis-pkg log File Option
|
||||
|
||||
https://github.com/owncloud/ocis/pull/3439
|
||||
@@ -56,7 +56,7 @@ func Color(val bool) Option {
|
||||
}
|
||||
}
|
||||
|
||||
// File provides a function to set the color option.
|
||||
// File provides a function to set the file option.
|
||||
func File(val string) Option {
|
||||
return func(o *Options) {
|
||||
o.File = val
|
||||
|
||||
Reference in New Issue
Block a user