Skip to content

Commit 1cf1add

Browse files
Update MerlinAU.sh
1 parent 7c52adb commit 1cf1add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MerlinAU.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7453,7 +7453,7 @@ _ManageChangelogMerlin_()
74537453
fi
74547454

74557455
release_version="$(Get_Custom_Setting "FW_New_Update_Notification_Vers")"
7456-
# force 3006 changelog if tag is NG but $2 says 3006
7456+
# force 3006 changelog if tag is NG but $release_version says 3006
74577457
if [ "$changeLogTag" = "NG" ] && echo "$release_version" | grep -qE "^3006[.]"
74587458
then
74597459
changeLogTag="3006"

0 commit comments

Comments
 (0)