Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
oncilla committed Dec 9, 2019
1 parent 6730584 commit 15fa1ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions go/tools/scion-pki/internal/v2/certs/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ var humanCmd = &cobra.Command{
`,
Args: cobra.MinimumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
if err := runHuman(args); err != nil {
return err
}
return nil
return runHuman(args)
},
}

Expand Down

0 comments on commit 15fa1ec

Please sign in to comment.