Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Aug 14, 2024
1 parent eb9305f commit 146e20c
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 @@ -10,7 +10,7 @@
if munki_last_run == "never"
last_run = 0
else
last_run = Time.parse(munki_last_run).to_i
last_run = Time.parse(munki_last_run).to_i
end
last_run
end
Expand Down

0 comments on commit 146e20c

Please sign in to comment.