cmd/clef: remove undeclared variable

This commit is contained in:
Johns Beharry 2018-10-24 08:37:34 +08:00 committed by GitHub
parent 252188c67d
commit e30702a707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,7 +200,7 @@ func init() {
advancedMode,
}
app.Action = signer
app.Commands = []cli.Command{initCommand, attestCommand, addCredentialCommand, setCredentialCommand}
app.Commands = []cli.Command{initCommand, attestCommand, setCredentialCommand}
}
func main() {