mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
update should send version not version spec (#1559)
This commit is contained in:
@@ -86,7 +86,7 @@ export class MarketplaceShowControlsComponent {
|
||||
try {
|
||||
const breakages = await this.embassyApi.dryUpdatePackage({
|
||||
id,
|
||||
version: `=${version}`,
|
||||
version: `${version}`,
|
||||
})
|
||||
|
||||
if (isEmptyObject(breakages)) {
|
||||
|
||||
Reference in New Issue
Block a user