mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-28 23:16:56 +08:00
log fix
This commit is contained in:
parent
bfcf9ecdc3
commit
af08abe925
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue