Skip to content

Commit

Permalink
fix(ci): bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock committed Jan 19, 2025
1 parent 4181232 commit 6be9234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/patch-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ short_commit_hash=$3
pull_request_number=$4

pull_request_code=""
if [ -n "$pull_request_number" ] then
if [ -n "$pull_request_number" ]; then
pull_request_code="<br><a href=\"$repo_url/pull/$pull_request_number\">Pull Request $pull_request_number</a>"
fi

Expand Down

0 comments on commit 6be9234

Please sign in to comment.