Skip to content

Commit de0d0ee

Browse files
Remove unrelated change in login.go for path variable acquisition
1 parent 02e7989 commit de0d0ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/auth/login.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"errors"
66
"fmt"
77
"io"
8+
"os"
89
"runtime"
910
"strings"
1011
"time"
@@ -248,7 +249,7 @@ depends on the existing profiles you have set in your configuration file
248249
WorkspaceID: authArguments.WorkspaceID,
249250
Experimental_IsUnifiedHost: authArguments.IsUnifiedHost,
250251
ClusterID: clusterID,
251-
ConfigFile: env.Get(ctx, "DATABRICKS_CONFIG_FILE"),
252+
ConfigFile: os.Getenv("DATABRICKS_CONFIG_FILE"),
252253
ServerlessComputeID: serverlessComputeID,
253254
Scopes: scopesList,
254255
}, clearKeys...)

0 commit comments

Comments
 (0)