From e9e2f686737d9ff395af502f9aeee17548dfcb2c Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 2 Feb 2024 20:20:20 +0100 Subject: func pointers yo --- src/c_lhosts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c_lhosts.go') diff --git a/src/c_lhosts.go b/src/c_lhosts.go index 39800f6..d3e201e 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -161,7 +161,7 @@ func (host *HostNode) protocol_str() string { case 0: return "SSH" case 1: return "RDP" case 2: return "Single command" - case 3: return "OpenStack" + case 3: return "OpenStack CLI" default: return "" } } -- cgit v1.2.3