From d60768a63d768bd867c373927a3c7fd7b81f4c4e Mon Sep 17 00:00:00 2001 From: "leedongmyung[desktop]" Date: Sun, 29 Oct 2023 20:57:20 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EB=93=9C=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/cli/commands/command_install.dart | 1 - 1 file changed, 1 deletion(-) 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.'; } }