From 234388a85b1440896b7aa5e35f69803b447661e2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 7 Dec 2017 21:47:28 +0100 Subject: [PATCH] Fix two typos in bitbucket detection (#1874) - a `+` was misplaced - a `` was misplaced and not needed anyway --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 0a241d77f..10c31d042 100644 --- a/src/apps.json +++ b/src/apps.json @@ -756,7 +756,7 @@ "env": "^bitbucket$", "icon": "Atlassian Bitbucket.svg", "implies": "Python", - "html": "
  • Atlassian Bitbucket v([\\d.]+)<\\;version:\\1", + "html": "
  • Atlassian Bitbucket v([\\d.]+)<\\;version:\\1", "meta": { "application-name": "Bitbucket" },