version spec undo

This commit is contained in:
Drew Ansbacher
2021-12-01 10:57:13 -07:00
committed by Aiden McClelland
parent 1a3d0f8e95
commit 098dc0a6d0
3 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ export class WizardBaker {
action,
verb: 'beginning update for',
title,
executeAction: () => this.embassyApi.installPackage({ id, version: version ? `=${version}` : undefined }),
executeAction: () => this.embassyApi.installPackage({ id, 'version-spec': version ? `=${version}` : undefined }),
},
},
bottomBar: {
@@ -158,7 +158,7 @@ export class WizardBaker {
action,
verb: 'beginning downgrade for',
title,
executeAction: () => this.embassyApi.installPackage({ id, version: version ? `=${version}` : undefined }),
executeAction: () => this.embassyApi.installPackage({ id, 'version-spec': version ? `=${version}` : undefined }),
},
},
bottomBar: {