Skip to content

Commit 94f198b

Browse files
committed
WRONG VARIABLE NAME. HA HA HA.
1 parent 83ff272 commit 94f198b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/App/perlbrew.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ local $SIG{__DIE__} = sub {
2424

2525
sub current_perl {
2626
my ($self) = @_;
27-
return $self->env('CURRENT_PERL') || ''
27+
return $self->env('PERLBREW_PERL') || ''
2828
}
2929

3030
sub BASHRC_CONTENT() {

0 commit comments

Comments
 (0)