Skip to content

Commit

Permalink
Fix kingpin
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed May 19, 2021
1 parent 54d5013 commit fe3a081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/skpr-crond/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ var (
)

func main() {
kingpin.Parse()

var tasks config.Tasks

fmt.Println("Loading configuration")
Expand Down

0 comments on commit fe3a081

Please sign in to comment.