Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MastaG committed Nov 28, 2024
1 parent f914a5d commit 4a4bf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ EOF
echo "Turnip - $mesa_version - $date" > release
echo "$mesa_version"_"$commit_short" > tag
echo $filename > filename
echo "### Repository: $mesasrc, Branch: $mesabranch" > description
echo "### Base commit : [$commit_short]($patchurl/commit/$commit_short)" > description
echo "### Repository : $mesasrc, Branch : $mesabranch" > description
echo "### Base commit : [$commit_short]($patchurl/commit/$commit_short)" >> description
echo "false" > patched
else
if [ $1 == "patched" ]; then
Expand Down

0 comments on commit 4a4bf50

Please sign in to comment.