Gets rid of obsolete configtest exception.

This commit is contained in:
James Phillips 2017-11-27 17:44:19 -08:00
parent 82a22d57e5
commit a465afe314
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 3 deletions

View File

@ -36,10 +36,8 @@ func realMain() int {
var cmds []string
for c := range command.Commands {
if c != "configtest" {
cmds = append(cmds, c)
}
}
cli := &cli.CLI{
Args: args,