aboutsummaryrefslogtreecommitdiff
path: root/sbofind
diff options
context:
space:
mode:
Diffstat (limited to 'sbofind')
-rwxr-xr-xsbofind2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbofind b/sbofind
index 9b885b0..a1bb492 100755
--- a/sbofind
+++ b/sbofind
@@ -40,7 +40,7 @@ show_version () and exit (0) if (exists $options{v});
show_usage () and exit (1) unless exists $ARGV[0];
my $search = $ARGV[0];
-check_slackbuilds_txt ();
+slackbuilds_or_fetch ();
my (@findings,$name);
my $found = 'FALSE';