Skip to content

Commit

Permalink
Update types/unit/timespan.pp
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Traylen <[email protected]>
  • Loading branch information
TheMeier and traylenator authored Mar 4, 2024
1 parent 5656b44 commit d4477b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/unit/timespan.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @summary Timer specification for systemd timers
# @summary Timer specification for systemd time spans, e.g. timers.
# @see https://www.freedesktop.org/software/systemd/man/systemd.time.html
#
type Systemd::Unit::Timespan = Variant[Integer[0],String,Array[Variant[Integer[0],String]]]

0 comments on commit d4477b8

Please sign in to comment.