Skip to content

Commit

Permalink
refactor(Plugins): Fix manual update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 28, 2021
1 parent 8c5f22c commit 0d5884e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/plugin/uninstall.js
Expand Up @@ -18,7 +18,7 @@ const pluginUtils = require('./lib/utils');

const requestManualUpdate = (serverlessFilePath) =>
log(`
Can't automatically add plugin into "${path.basename(serverlessFilePath)}" file.
Can't automatically remove plugin from "${path.basename(serverlessFilePath)}" file.
Please make it manually.
`);

Expand Down

0 comments on commit 0d5884e

Please sign in to comment.