no spaces in install link (#1020)

Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
Drew Ansbacher
2022-01-03 13:09:27 -07:00
committed by Aiden McClelland
parent 1203cf8d09
commit 5d2198613b

View File

@@ -191,7 +191,7 @@ export class MarketplaceShowPage {
loader.present()
try {
await this.embassyApi.installPackage({ id, 'version-spec': version ? ` = ${version}` : undefined })
await this.embassyApi.installPackage({ id, 'version-spec': version ? `=${version}` : undefined })
} catch (e) {
this.errToast.present(e)
} finally {