Skip to content
Snippets Groups Projects
Commit 622550ee authored by Clinton Wolfe's avatar Clinton Wolfe
Browse files

Correct report default path

parent f93eacd7
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ Core::ChefLastGoodRun
=head1 SYNOPSIS
Core::ChefLastGoodRun {
local : report_path => /var/chef/reports/last_good_run.json
chef : report_path => /var/chef/reports/last-good-run.json
}
=head1 DESCRIPTION
......@@ -63,7 +63,7 @@ my $MODS_LOADED;
sub handler {
my $self = shift;
my $config = $self->{'config'};
my $report_path = $config->{'report_path'} || '/var/chef/reports/last_good_run.json';
my $report_path = $config->{'report_path'} || '/var/chef/reports/last-good-run.json';
unless (-e $report_path) { return {} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment