fix(bug): fixed a typo for thinprovision json name.

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2019-11-08 16:19:12 +05:30 committed by Kiran Mova
parent 66cd525bab
commit 69d72bd64e
3 changed files with 3 additions and 3 deletions

View file

@ -108,5 +108,5 @@ type VolumeInfo struct {
// Thinprovision specifies if we should
// thin provisioned the volume or not
ThinProvision string `json:"thinProvison"`
ThinProvision string `json:"thinProvision"`
}