summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/cache_control_data.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/remote_file/cache_control_data.rb')
-rw-r--r--lib/chef/provider/remote_file/cache_control_data.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/chef/provider/remote_file/cache_control_data.rb b/lib/chef/provider/remote_file/cache_control_data.rb
index 3f39dac625..85b723ece4 100644
--- a/lib/chef/provider/remote_file/cache_control_data.rb
+++ b/lib/chef/provider/remote_file/cache_control_data.rb
@@ -19,11 +19,11 @@
# limitations under the License.
#
-require 'stringio'
-require 'chef/file_cache'
-require 'chef/json_compat'
-require 'chef/digester'
-require 'chef/exceptions'
+require "stringio"
+require "chef/file_cache"
+require "chef/json_compat"
+require "chef/digester"
+require "chef/exceptions"
class Chef
class Provider
@@ -172,7 +172,7 @@ class Chef
# Scrub and truncate in accordance with the goals of keeping the name
# human-readable but within the bounds of local file system
# path length limits
- uri.gsub(/\W/, '_')[0..63]
+ uri.gsub(/\W/, "_")[0..63]
end
def sanitized_cache_file_basename