From 5109b2e3e74c204c95322464e9bd33b186ff04de Mon Sep 17 00:00:00 2001 From: Vsevolod Brekelov Date: Mon, 14 Oct 2019 18:38:05 +0300 Subject: [PATCH] vm: fix cli comment --- pkg/vm/cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/vm/cli/cli.go b/pkg/vm/cli/cli.go index 455db6819..f871db287 100644 --- a/pkg/vm/cli/cli.go +++ b/pkg/vm/cli/cli.go @@ -160,7 +160,7 @@ example: }, } - // VMCLI object for interacting with the VM. +// VMCLI object for interacting with the VM. type VMCLI struct { vm *vm.VM shell *ishell.Shell