Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Feb 5, 2024
1 parent 94b6f1d commit d38ac63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3423,9 +3423,9 @@ sub feature_add_protected_dir
'type' => 1,
'members' => [
{ 'name' => 'auth_basic',
'words' => [ $opts->{'protected_name'} ] },
'words' => [ $opts->{'protected_name'} ] },
{ 'name' => 'auth_basic_user_file',
'words' => [ $opts->{'protected_user_file_path'} ] },
'words' => [ $opts->{'protected_user_file_path'} ] },
{ 'name' => 'location',
'words' => [ '~', "\/\\".$opts->{'protected_user_file'}."\$" ],
'type' => 1,
Expand Down

0 comments on commit d38ac63

Please sign in to comment.