Skip to content

Commit

Permalink
added help url
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoval committed Aug 5, 2021
1 parent fed9770 commit e83b6c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ func init() {
flag.StringVar(&query, "query", "", "query to use")
flag.StringVar(&ymlPath, "yml_path", "console-services.yml", "query to use")
flag.Parse()
wf = aw.New(update.GitHub("rkoval/alfred-aws-console-services-workflow"))
wf = aw.New(
update.GitHub("rkoval/alfred-aws-console-services-workflow"), aw.HelpURL("https://github.com/rkoval/alfred-aws-console-services-workflow/issues"))
}

func main() {
Expand Down

0 comments on commit e83b6c9

Please sign in to comment.