Преглед изворни кода

update defaultConfig with new Slack regex

Les Aker пре 7 година
родитељ
комит
afb598cf15
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -173,7 +173,7 @@ description = "Github"
 regex = '''(?i)github.*['\"][0-9a-zA-Z]{35,40}['\"]'''
 [[regexes]]
 description = "Slack"
-regex = '''xoxo[bapr]-.*'''
+regex = '''xox[baprs]-.*'''
 [[regexes]]
 description = "Telegram"
 regex = '''\d{5,}:A[a-zA-Z0-9_\-]{34,34}'''