Skip to content

Commit 2908b77

Browse files
Merge pull request #424 from ExtremeFiretop/ExtremeFiretop-Typo
Typo Correction
2 parents 9116e0b + cfba193 commit 2908b77

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
@@ -4788,7 +4788,7 @@ _UnzipMerlin_()
47884788
rm -f "$FW_ZIP_FPATH"
47894789
_SendEMailNotification_ FAILED_FW_UNZIP_STATUS
47904790
Say "${REDct}**ERROR**${NOct}: Unable to decompress the firmware ZIP file [$FW_ZIP_FPATH]."
4791-
_return 1
4791+
return 1
47924792
fi
47934793
return 0
47944794
}

0 commit comments

Comments
 (0)