Skip to content

Commit a34c7cb

Browse files
committed
fix
Signed-off-by: Grant Linville <[email protected]>
1 parent b8d142c commit a34c7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/cliconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func isValidCredentialHelper(helper string) bool {
196196
case "linux":
197197
return slices.Contains(linuxHelpers, helper)
198198
default:
199-
return helper == File || helper == Sqlite
199+
return helper == File
200200
}
201201
}
202202

0 commit comments

Comments
 (0)