Skip to content

Commit

Permalink
bug_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mida-hub committed Jul 9, 2020
1 parent ae8eb12 commit 6fd4ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fetch_requested_reviewers(){

make_text_for_slack(){
if test ${num_reviewer} -ge 1; then
text_for_slack='https://github.com/${github_repository}/pull/${github_event_pull_request_number} \n'
text_for_slack="https://github.com/${github_repository}/pull/${github_event_pull_request_number} \n"

for i in $( seq 0 $((${num_reviewer}-1)) )
do
Expand Down

0 comments on commit 6fd4ef0

Please sign in to comment.