Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Aug 14, 2024
1 parent 146e20c commit ab1d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facter/munki_last_run_unix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
else
last_run = Time.parse(munki_last_run).to_i
end
last_run
last_run || 0
end
end

0 comments on commit ab1d749

Please sign in to comment.