mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
404652b95a
commit
736730c38a
|
@ -44,7 +44,7 @@ func TestWindowsRootPathForRoot(t *testing.T) {
|
|||
}
|
||||
|
||||
func notThisVolume(name string) string {
|
||||
if "c" != strings.ToLower(name) {
|
||||
if strings.ToLower(name) != "c" {
|
||||
return "c"
|
||||
} else {
|
||||
return "d"
|
||||
|
|
Loading…
Reference in New Issue