Skip to content

Commit

Permalink
Update perltidy to 20201202
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz committed Dec 11, 2020
1 parent fcea183 commit c00e382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "requires 'Code::DRY';" >> cpanfile
echo "requires 'Date::Parse';" >> cpanfile
echo "requires 'Regexp::Common';" >> cpanfile
echo "requires 'Perl::Tidy', '== 20201001';" >> cpanfile
echo "requires 'Perl::Tidy', '== 20201202';" >> cpanfile
make prepare
- name: Run ${{ matrix.test }} tests
env:
Expand Down
4 changes: 2 additions & 2 deletions lib/ipmi_backend_utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ sub set_serial_console_on_vh {

#set up xen serial console
my $ipmi_console = get_dom0_serialdev("$root_dir");
if (${virt_type} eq "xen" || ${virt_type} eq "kvm") { setup_console_in_grub($ipmi_console, $root_dir, $virt_type); }
else { die "Host Hypervisor is not xen or kvm"; }
if (${virt_type} eq "xen" || ${virt_type} eq "kvm") { setup_console_in_grub($ipmi_console, $root_dir, $virt_type); }
else { die "Host Hypervisor is not xen or kvm"; }

#cleanup mount
if ($mount_point ne "") {
Expand Down

0 comments on commit c00e382

Please sign in to comment.