Skip to content

Commit

Permalink
go lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harishp8889 committed Oct 7, 2024
1 parent 63c2cab commit ccfa7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gofsutil_mount_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ func (fs *FS) multipathCommand(ctx context.Context, timeoutSeconds time.Duration
}
if len(textBytes) > 0 {
data := string(textBytes)
log.Debug("multipath output:" + data)
log.Debug("multipath output:", data)
}
return textBytes, err
}
Expand Down

0 comments on commit ccfa7ea

Please sign in to comment.