Skip to content

Commit 26e5930

Browse files
committed
init default profile with noauth
1 parent 5552918 commit 26e5930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/config/profile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ func IsTrue(s string) bool {
159159
}
160160

161161
func Default() *Profile {
162+
defaultProfile.SetAuthType(NoAuth)
162163
return defaultProfile
163164
}
164165

0 commit comments

Comments
 (0)