summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-30 20:25:09 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-30 20:25:09 -0700
commitd91bfb959708085408240c7f4b8a06ff8380994e (patch)
tree9cce3896bec5f08f42853a659a34d1bf990acc3c
parent4ba62b9a41014cbbd9e5c6de32115eca796cb5c6 (diff)
downloadchef-d91bfb959708085408240c7f4b8a06ff8380994e.tar.gz
Remove a magic quote
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/windows_printer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_printer.rb b/lib/chef/resource/windows_printer.rb
index 3608cae5be..7dba197bb1 100644
--- a/lib/chef/resource/windows_printer.rb
+++ b/lib/chef/resource/windows_printer.rb
@@ -40,7 +40,7 @@ class Chef
**Delete a printer**:
- Note: this doesn’t delete the associated printer port. See windows_printer_port above for how to delete the port.
+ Note: this doesn't delete the associated printer port. See windows_printer_port above for how to delete the port.
```ruby
windows_printer 'HP LaserJet 5th Floor' do