commit
7fe4f7d250
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func WithGetDriver(name string) GetOption {
|
|||
}
|
||||
|
||||
// WithGetReference indicates to `Get` to increment the reference count for the
|
||||
// retreived volume with the provided reference ID.
|
||||
// retrieved volume with the provided reference ID.
|
||||
func WithGetReference(ref string) GetOption {
|
||||
return func(o *GetConfig) {
|
||||
o.Reference = ref
|
||||
|
|
Loading…
Add table
Reference in a new issue