summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclean-rpmsrate2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean-rpmsrate b/clean-rpmsrate
index 822690c..1c34f93 100755
--- a/clean-rpmsrate
+++ b/clean-rpmsrate
@@ -3,7 +3,7 @@
#
use strict;
-use MGATools::rpmsrate qw(cleanrpmsrate);
+use MGATools::rpmsrate;
my $output_file;
$ARGV[0] =~ /-o/ and shift @ARGV and $output_file = shift;