diff --git a/src/main/pkg_mng/commands/update.js b/src/main/pkg_mng/commands/update.js index 0437592..3ba0a97 100644 --- a/src/main/pkg_mng/commands/update.js +++ b/src/main/pkg_mng/commands/update.js @@ -88,7 +88,7 @@ export default async function update(pkg_id) { status: "installed", }) - sendToRender(`new:message`, { + sendToRender(`new:notification`, { message: `(${pkg.name}) successfully updated!`, })