We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c52adb commit 1cf1addCopy full SHA for 1cf1add
MerlinAU.sh
@@ -7453,7 +7453,7 @@ _ManageChangelogMerlin_()
7453
fi
7454
7455
release_version="$(Get_Custom_Setting "FW_New_Update_Notification_Vers")"
7456
- # force 3006 changelog if tag is NG but $2 says 3006
+ # force 3006 changelog if tag is NG but $release_version says 3006
7457
if [ "$changeLogTag" = "NG" ] && echo "$release_version" | grep -qE "^3006[.]"
7458
then
7459
changeLogTag="3006"
0 commit comments