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 {
|
func notThisVolume(name string) string {
|
||||||
if "c" != strings.ToLower(name) {
|
if strings.ToLower(name) != "c" {
|
||||||
return "c"
|
return "c"
|
||||||
} else {
|
} else {
|
||||||
return "d"
|
return "d"
|
||||||
|
|
Loading…
Reference in New Issue