Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Dec 12, 2022
1 parent 43279c8 commit 4d4468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ sub feature_modify
if ($d->{'home'} ne $oldd->{'home'}) {
foreach my $k ('ssl_cert', 'ssl_key', 'ssl_chain') {
$d->{$k} =~ s/\Q$oldd->{'home'}\E\//$d->{'home'}\//
if ($d->{$k});
if ($d->{$k});
}
}

Expand Down

0 comments on commit 4d4468f

Please sign in to comment.