Skip to content

Commit

Permalink
remove backtick from config template (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr authored Jan 10, 2022
1 parent 05d1264 commit 8f0960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (parser ConfigParser) getDefaultConfig() Config {
},
{
Title: "Subscribed",
Filters: "is:open -author:@me repo:cli/cli repo:dlvhdr/gh-prs`",
Filters: "is:open -author:@me repo:cli/cli repo:dlvhdr/gh-prs",
},
},
}
Expand Down

0 comments on commit 8f0960b

Please sign in to comment.