Skip to content

Commit

Permalink
Finish moving stuff around
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 3, 2019
1 parent 9702e66 commit af0b88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lotto
Expand Up @@ -5,7 +5,7 @@ use warnings;
use 5.010;

use FindBin '$Bin';
use lib $Bin;
use lib "$Bin/../lib;
use Lotto;
my $lotto = Lotto->new(@ARGV);
Expand Down

0 comments on commit af0b88f

Please sign in to comment.