We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f64279 + d6f458b commit a36da71Copy full SHA for a36da71
pkg/snclient/check_drivesize_windows.go
@@ -597,7 +597,6 @@ func (l *CheckDrivesize) setShares(requiredDisks map[string]map[string]string) {
597
drive["drive_or_id"] = strings.ToLower(logicalDrive)
598
// It is better to let users set their own detailSyntax or okSyntax, we give them the attributes for it
599
drive["drive_or_name"] = strings.ToLower(logicalDrive)
600
- drive["localised_remote_path"] = remoteName
601
drive["letter"] = strings.ToLower(logicalDrive)
602
drive["remote_name"] = remoteName
603
if isNetworkDrivePersistent(logicalDrive) {
0 commit comments