Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dangkaka authored Mar 14, 2022
1 parent 5482202 commit 9c87d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
SUCCESSWITHOUTPUT = `ᕙ_(⇀‸↼)_ᕗ` + " \n %s \n"
)

var jiraProjects = []string{"SHOP-", "FEED-", "COSTA-", "PLAT-"}
var jiraProjects = []string{"SHOP-", "FEED-", "COSTA-", "PLAT-", "SNP-"}

func main() {
app := cli.NewApp()
Expand Down

0 comments on commit 9c87d30

Please sign in to comment.