Skip to content

Commit

Permalink
Fix merge conflict. (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Oct 10, 2022
1 parent 5b546c8 commit 8eec413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ce/ce/cli/commands/activate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class ActivateCommand extends Command {

// track what got installed
const projectResolver = await buildRegistryResolver(session, projectManifest.metadata.registries);
if (!checkDemands(session, (await this.project.resolvedValue)?.fsPath ?? configurationName, projectManifest.applicableDemands)) {
if (!checkDemands(session, (await session.findProjectProfile())?.fsPath ?? configurationName, projectManifest.applicableDemands)) {
return false;
}

Expand Down

0 comments on commit 8eec413

Please sign in to comment.