Skip to content

Commit

Permalink
fix minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma committed May 6, 2021
1 parent 6f525a4 commit 9bd0228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
const configurationApi = await k8s.extension.configuration.v1_1;
if (configurationApi.available) {
const confApi = configurationApi.api;
confApi.onDidChangeContext(async () => {
confApi.onDidChangeContext(() => {
checkClusterStatus(true);
pipelineExplorer.refresh();
});
Expand Down

0 comments on commit 9bd0228

Please sign in to comment.