Skip to content

Commit b58a8b4

Browse files
authored
Merge pull request #8 from 9thCO/richard/let-the-mods-begin
fix: adjust text according to template
2 parents a92faf9 + 8d817c3 commit b58a8b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/teamwork.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ teamwork::pull_request_opened() {
144144
# local -r pr_stats=$(github::get_pr_patch_stats)
145145
local -r pr_body=$(github::get_pr_body)
146146
# IFS=" " read -r -a pr_stats_array <<< "$pr_stats"
147-
local -r substring="##Teamwork task link" #discard anything from this text onwards in the PR template
147+
local -r substring="## Teamwork task link" #discard anything from this text onwards in the PR template
148148
local -r extracted_body=${pr_body%%$substring*}
149149

150150
teamwork::add_comment "

0 commit comments

Comments
 (0)