Skip to content

Commit

Permalink
Update functions/escape.pp
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Meusel <[email protected]>
  • Loading branch information
traylenator and bastelfreak authored Sep 6, 2021
1 parent 2289309 commit 9e21b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/escape.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# @example Escaping a path
# $result = systemd::escape('/mnt/foobar',true)
#
function systemd::escape(String $input, Boolean $path = false) >> String {
function systemd::escape(String[1] $input, Boolean $path = false) >> String {
# Escape method is defined
# https://www.freedesktop.org/software/systemd/man/systemd.unit.html

Expand Down

0 comments on commit 9e21b5a

Please sign in to comment.