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