Skip to content

Commit f864495

Browse files
Update MerlinAU.sh
1 parent 3459679 commit f864495

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
@@ -2839,7 +2839,7 @@ _SCRIPT_UPDATE_()
28392839
if [ $# -gt 0 ] && [ "$1" = "force" ]
28402840
then
28412841
printf "\n${CYANct}Force downloading latest script version...${NOct}\n"
2842-
_CheckForNewScriptUpdates_ -quietcheck "$@"
2842+
_CheckForNewScriptUpdates_ -quietcheck
28432843
if [ "$scriptUpdateNotify" != "0" ] && ! $isInteractive; then
28442844
_SendEMailNotification_ SCRIPT_UPDATE_FOUND
28452845
fi

0 commit comments

Comments
 (0)