commit 9f634b3b00ddd90c8fb1f027a018243b7c5d3697
parent 16c8699be7a211fae09887f2ddb9778ae21a4307
Author: Jacob Pipkin <j@dawnrazor.net>
Date: Thu, 30 Aug 2012 10:31:07 -0500
bug fix to previous
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
@@ -169,7 +169,7 @@ sub update_tree () {
# if the SLACKBUILDS.TXT is not in $config{SBO_HOME}, we assume the tree has
# not been populated there; prompt the user to automagickally pull the tree.
sub slackbuilds_or_fetch () {
- unless (check_slackbuilds_txt) {
+ unless (chk_slackbuilds_txt) {
say 'It looks like you haven\'t run "sbosnap fetch" yet.';
print "Would you like me to do this now? [y] ";
<STDIN> =~ /^[Yy\n]/ ? fetch_tree () :