Skip to content

Commit

Permalink
Add missing backslash on notice
Browse files Browse the repository at this point in the history
Add missing backslash on var that becomes the description notice
  • Loading branch information
marvin1099 authored Jun 3, 2024
1 parent 92f2ff6 commit 7e08bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comit-release.sh
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ FILE_NAME=$(basename "$FILE_PATH")

RELEASE_DESCRIPTION="This is the download for a WeMod ready GE-Proton$VERSION_NAME prefix.
**If you want to download the WeMod Launcher check the guide.**
`The WeMod Launcher will auto download this prefix if needed.`"
\`The WeMod Launcher will auto download this prefix if needed.\`"

echo ""
echo "API_URL: $API_URL"

0 comments on commit 7e08bc0

Please sign in to comment.