Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix panic on every run of the keyring command. #3509

Merged
merged 1 commit into from
Nov 6, 2017

Commits on Nov 6, 2017

  1. Fix panic on every run of the keyring command.

    This change removes the flag token declaration within keyring.go
    which caused a flag redefined panic on every command run as the
    token flag is specified in the command meta.
    jrasell committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    9f595ae View commit details
    Browse the repository at this point in the history