summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-29 13:14:36 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-29 13:14:36 +0100
commit896df8cc42f67431a8aa095d9058801e8e124cf7 (patch)
tree10ab31d22251ef67bf9cae397007f7f1f445dfe3
parentdb8b2daaf6efc5f2737cf99fa6f21bc78f147b55 (diff)
typo fix
-rwxr-xr-xlabs_change_detector4
1 files changed, 2 insertions, 2 deletions
diff --git a/labs_change_detector b/labs_change_detector
index 9fb9fd3..03462fe 100755
--- a/labs_change_detector
+++ b/labs_change_detector
@@ -20,9 +20,9 @@ do
echo -n " (${line#'Bug #'+([[:digit:]])': '})"
next_line_is_url=1
;;
- ' https://labs.parabola.nu/issues/'* )
+ 'https://labs.parabola.nu/issues/'* )
(( next_line_is_url )) &&
- echo -n "${line}"
+ echo -n " ${line}"
break
;;
esac