Skip to content

Commit

Permalink
Default value here
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Aug 14, 2024
1 parent ab1d749 commit 4848018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facter/munki_last_run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
plist = Puppet::Util::Plist.read_plist_file(report_plist)
last_run = plist["StartTime"]
end
last_run
last_run || "never"
end
end

0 comments on commit 4848018

Please sign in to comment.