0xdcarns 3 years ago
parent
commit
af08abe925
1 changed files with 2 additions and 1 deletions
  1. 2 1
      netclient/command/commands.go

+ 2 - 1
netclient/command/commands.go

@@ -205,7 +205,8 @@ func List(cfg config.ClientConfig) error {
 
 // Uninstall - runs uninstall command from cli
 func Uninstall() error {
-	ncutils.PrintLog("uninstalling netclient", 0)
+	ncutils.PrintLog("uninstalling netclient...", 0)
 	err := functions.Uninstall()
+	ncutils.PrintLog("uninstalled netclient", 0)
 	return err
 }