correct spelling of environ

This commit is contained in:
Zane C. B-H 2019-09-03 23:48:04 -05:00
parent 935d8912da
commit c9fb1a9d28
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ sub new{
'BRIGHT_MAGENTA',
'BRIGHT_BLUE'
],
envrion=>'BRIGHT_MAGENTA',
environ=>'BRIGHT_MAGENTA',
txt=>0,
pipe=>0,
unix=>0,
@ -447,7 +447,7 @@ sub run{
}
if ( $key =~ /^environ$/ ){
$value=join( color( $self->{envrion} ).','.color('reset') , @{ $proc->{envrion} } );
$value=join( color( $self->{environ} ).','.color('reset') , @{ $proc->{environ} } );
if ( !defined( $value ) ){
$value='';
}