We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7925c39 commit 0b02bd7Copy full SHA for 0b02bd7
lib/puppet_forge_server/backends/proxy.rb
@@ -28,7 +28,7 @@ def initialize(url, cache_dir, http_client, file_path)
28
@file_path = file_path
29
30
# Create directory structure for all alphabetic letters
31
- (10...36).each do |i|
+ (0...36).each do |i|
32
FileUtils.mkdir_p(File.join(@cache_dir, i.to_s(36)))
33
end
34
0 commit comments