summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlabs_change_detector2
1 files changed, 1 insertions, 1 deletions
diff --git a/labs_change_detector b/labs_change_detector
index 03462fe..c653627 100755
--- a/labs_change_detector
+++ b/labs_change_detector
@@ -16,7 +16,7 @@ do
'Issue #'* )
echo -n "${line}"
;;
- 'Bug #'+([[:digit:]])': '* )
+ *' #'+([[:digit:]])': '* )
echo -n " (${line#'Bug #'+([[:digit:]])': '})"
next_line_is_url=1
;;