Changed DomainName to ClusterName
This commit is contained in:
@@ -101,7 +101,7 @@ func (self *Entry) Print() string {
|
||||
return self.altvalue
|
||||
}
|
||||
if self.def != "" {
|
||||
return self.def
|
||||
return "(" + self.def + ")"
|
||||
}
|
||||
return "--"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user