Browse Source

Fix import path

for-closed-social
Unknwon 8 years ago
parent
commit
16eb2eb6a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/cert.go

+ 1
- 1
cmd/cert.go View File

@ -22,7 +22,7 @@ import (
"strings"
"time"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
)
var CmdCert = cli.Command{

Loading…
Cancel
Save