diff --git a/lib/checkcheckit/console.rb b/lib/checkcheckit/console.rb index 7ec61d0..c8665d4 100644 --- a/lib/checkcheckit/console.rb +++ b/lib/checkcheckit/console.rb @@ -50,7 +50,7 @@ def start(args) list_name = nil # see if its a Path - if File.exists?(expanded_target) + if File.exist?(expanded_target) list_name = expanded_target else #finding the list