Skip to content

Commit 0da4578

Browse files
address change request removing an unexisting Console output param
1 parent b0dfcb1 commit 0da4578

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/instance/console_status.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ var instanceConsoleStatusCmd = &cobra.Command{
4747
ow.StartLine()
4848
ow.AppendDataWithLabel("instance_id", instance.ID, "Instance ID")
4949
ow.AppendDataWithLabel("instance_hostname", instance.Hostname, "Instance Hostname")
50-
ow.AppendDataWithLabel("status", vnc.Result, "Status")
5150
ow.AppendDataWithLabel("uri", vnc.URI, "URI")
5251
ow.AppendDataWithLabel("expiry", vnc.Expiration, "Expiry")
5352

0 commit comments

Comments
 (0)