Skip to content

Commit

Permalink
Fix stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 3, 2019
1 parent af0b88f commit aaa7950
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/../lib;
use lib "$Bin/../lib";
use Lotto;

my $lotto = Lotto->new(@ARGV);
Expand Down

0 comments on commit aaa7950

Please sign in to comment.