Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Sep 23, 2024
1 parent b8d142c commit a34c7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/cliconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func isValidCredentialHelper(helper string) bool {
case "linux":
return slices.Contains(linuxHelpers, helper)
default:
return helper == File || helper == Sqlite
return helper == File
}
}

Expand Down

0 comments on commit a34c7cb

Please sign in to comment.