Skip to content

Commit

Permalink
review comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijaKakde committed Oct 17, 2023
1 parent 893a09f commit 48e64b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (c *Client) GetSystemLimits() (systemLimits *types.QuerySystemLimitsRespons
}

// GetMaxVol returns max volume size in GB
func (c *Client) GetMaxVol() (systemLimits string, err error) {
func (c *Client) GetMaxVol() (MaxVolumeSize string, err error) {
defer TimeSpent("GetMaxVol", time.Now())
sysLimit, err := c.GetSystemLimits()

Expand Down

0 comments on commit 48e64b1

Please sign in to comment.