diff --git a/lib/cli/commands/command_install.dart b/lib/cli/commands/command_install.dart index 8d11013..a5edfe0 100644 --- a/lib/cli/commands/command_install.dart +++ b/lib/cli/commands/command_install.dart @@ -44,7 +44,6 @@ class CommandInstall extends CommandBase { @override String getDescription() { - var serviceName = CLI.current.config.serviceName; return ':::: Install for the startup program to run on the background.'; } }