aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgurpmi.addmedia2
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi.addmedia b/gurpmi.addmedia
index b9b8d332..e6b926a8 100755
--- a/gurpmi.addmedia
+++ b/gurpmi.addmedia
@@ -121,7 +121,7 @@ foreach (@addmedia_args) {
$_->[0],
$_->[1],
$_->[3],
- update => $update,
+ if_($update, update => $update),
);
}
if ($success) {