Skip to content

Commit

Permalink
fix: compose deactivate function never called (#2922)
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
  • Loading branch information
odockal committed Jun 19, 2023
1 parent adae129 commit 6ed554f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/compose/src/extension.ts
Expand Up @@ -41,7 +41,7 @@ async function postActivate(extensionContext: extensionApi.ExtensionContext): Pr
const os = new OS();
const cliRun = new CliRun(extensionContext, os);
const podmanComposeGenerator = new ComposeWrapperGenerator(os, path.resolve(extensionContext.storagePath, 'bin'));
const composeExtension = new ComposeExtension(
composeExtension = new ComposeExtension(
extensionContext,
new Detect(cliRun, os, extensionContext.storagePath),
new ComposeGitHubReleases(octokit),
Expand Down

0 comments on commit 6ed554f

Please sign in to comment.