diff options
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 04b6fe71..1fbded3b 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -193,6 +193,6 @@ if ($options{distrib}) { } #- try to umount removable devices which may have been mounted. -$urpm->try_umounting_removables; +urpm::removable::try_umounting_removables($urpm); # vim:ts=8:sts=4:sw=4 |