mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
update glide deps
This commit is contained in:
2
main.go
2
main.go
@@ -115,7 +115,7 @@ func validConnector(s string) {
|
||||
for k, _ := range enabledConnectors {
|
||||
connectors = append(connectors, k)
|
||||
}
|
||||
fmt.Printf("connector must be one of: %s", strings.Join(connectors, ","))
|
||||
fmt.Printf("connector must be one of: %s\n", strings.Join(connectors, ","))
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user