Skip to content

Commit

Permalink
network output changed ip to subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
purehyperbole committed Mar 29, 2017
1 parent 610bce8 commit fe9efcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (n *Network) getSingleDetail(c component, prefix string) (lines []Message)
return lines
}
lines = append(lines, Message{Body: " " + name, Level: level})
lines = append(lines, Message{Body: " IP : " + ip, Level: ""})
lines = append(lines, Message{Body: " Subnet : " + ip, Level: ""})
id, _ := c["network_aws_id"].(string)
if id != "" {
lines = append(lines, Message{Body: " AWS ID : " + id, Level: ""})
Expand Down

0 comments on commit fe9efcf

Please sign in to comment.