Skip to content

Commit 5fee80a

Browse files
Ahmet OeztuerkAhmet Oeztuerk
authored andcommitted
rename non-windows instance of getRequiredDisks to getRequiredDrives
1 parent f027123 commit 5fee80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/snclient/check_drivesize_other.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Check folder, no matter if its a mountpoint itself or not:
3434
}
3535

3636
// if parentFallback is true, try to find a parent folder that is a mountpoint. If its false, only the exact matches are checked for mountpoints.
37-
func (l *CheckDrivesize) getRequiredDisks(drives []string, parentFallback bool) (requiredDisks map[string]map[string]string, err error) {
37+
func (l *CheckDrivesize) getRequiredDrives(drives []string, parentFallback bool) (requiredDisks map[string]map[string]string, err error) {
3838
// create map of required disks/volumes with "drive_or_id" as primary key
3939
requiredDisks = map[string]map[string]string{}
4040

0 commit comments

Comments
 (0)