fix(update): Relax requirements of update group value

This commit is contained in:
Brian Waldon 2014-06-06 11:29:09 -07:00
parent c6a1412f6b
commit 4461b3d33d

View File

@ -36,7 +36,6 @@ var updateOptions = []*updateOption{
&updateOption{
key: "group",
prefix: "GROUP=",
valid: []string{"master", "beta", "alpha", "stable"},
},
&updateOption{
key: "server",