Skip to content

Commit

Permalink
fix: dont use config.dataDir in description (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jun 5, 2024
1 parent 66d04c4 commit 1cae7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/plugins/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class PluginsInstall extends Command {
plugin: Args.string({description: 'Plugin to install.', required: true}),
}

static description = `Uses bundled npm executable to install plugins into <%= config.dataDir %>
static description = `Uses npm to install plugins.
Installation of a user-installed plugin will override a core plugin.
Expand Down

0 comments on commit 1cae7b5

Please sign in to comment.