Skip to content

Commit

Permalink
fix frozen string violation
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jan 20, 2022
1 parent ddf2104 commit 0d66d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/type/posix_acl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def insync?(is)
r << 'default:'
end
t = a.shift # Copy the type.
r << case t
r += case t
when 'u', 'user'
'user:'
when 'g', 'group'
Expand Down

0 comments on commit 0d66d1e

Please sign in to comment.