mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
no spaces in install link (#1020)
Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
committed by
Aiden McClelland
parent
1203cf8d09
commit
5d2198613b
@@ -191,7 +191,7 @@ export class MarketplaceShowPage {
|
|||||||
loader.present()
|
loader.present()
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await this.embassyApi.installPackage({ id, 'version-spec': version ? ` = ${version}` : undefined })
|
await this.embassyApi.installPackage({ id, 'version-spec': version ? `=${version}` : undefined })
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.errToast.present(e)
|
this.errToast.present(e)
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user