forked from TrueCloudLab/certificates
fix gofmt error
This commit is contained in:
parent
95d4d9c4c1
commit
86424b5b79
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ intermediate private key.`,
|
|||
app.Writer = os.Stdout
|
||||
app.ErrWriter = os.Stderr
|
||||
app.Commands = []cli.Command{
|
||||
cli.Command{
|
||||
{
|
||||
Name: "version",
|
||||
Usage: "Displays the current version of the cli",
|
||||
// Command prints out the current version of the tool
|
||||
|
|
Loading…
Reference in a new issue