summaryrefslogtreecommitdiff
path: root/lib/chef/provider
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2020-04-06 22:49:03 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2020-04-06 22:49:03 +0530
commitbe60ec97c5774ebaf7d2f4cfdc82bc51f59fb2bb (patch)
tree243926231257cd0c25a48fc04085f46a403238cf /lib/chef/provider
parenta1bf06c753173ac698d9329a09c6edba6c18c781 (diff)
downloadchef-be60ec97c5774ebaf7d2f4cfdc82bc51f59fb2bb.tar.gz
Revert some
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'lib/chef/provider')
-rw-r--r--lib/chef/provider/user/solaris.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/user/solaris.rb b/lib/chef/provider/user/solaris.rb
index a3e3c49ae6..a3d623c005 100644
--- a/lib/chef/provider/user/solaris.rb
+++ b/lib/chef/provider/user/solaris.rb
@@ -118,7 +118,7 @@ class Chef
write_shadow_file
end
- # XXX: this was straight copy-paste's back in 2013 and I don't think we've ever evaluated using
+ # XXX: this was straight copypasta'd back in 2013 and I don't think we've ever evaluated using
# a pipe to passwd(1) or evaluating modern ruby-shadow. See https://github.com/chef/chef/pull/721
def write_shadow_file
buffer = Tempfile.new("shadow", "/etc")