From c44209f060ca9685090f6232403becb25032bcd5 Mon Sep 17 00:00:00 2001 From: Atharva8 Date: Sat, 5 Jun 2021 12:57:32 +0530 Subject: [PATCH] updated a variable --- cli/commands/ppman_commands/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands/ppman_commands/install.js b/cli/commands/ppman_commands/install.js index 237add0..8b2baf9 100644 --- a/cli/commands/ppman_commands/install.js +++ b/cli/commands/ppman_commands/install.js @@ -1,6 +1,6 @@ const chalk = require('chalk'); -exports.command = ['install ']; +exports.command = ['install ']; exports.aliases = ['i']; exports.describe = 'Installs the named package';