Skip to content

Commit

Permalink
fix: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoDelnat committed Apr 17, 2023
1 parent 44a3bec commit 0852544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/app/services/cluster/handlers/kubeconfig/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export async function getKubeConfig(options: KubeConfigGet): Promise<ModernKubeC

return {
path,
isValid: true,
currentContext: config.getCurrentContext(),
contexts: config.getContexts(),
clusters: config.getClusters(),
Expand Down

0 comments on commit 0852544

Please sign in to comment.