aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendor/thor/shell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/vendor/thor/shell.rb')
-rw-r--r--lib/bundler/vendor/thor/shell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/vendor/thor/shell.rb b/lib/bundler/vendor/thor/shell.rb
index 58bde8b3..2214202b 100644
--- a/lib/bundler/vendor/thor/shell.rb
+++ b/lib/bundler/vendor/thor/shell.rb
@@ -27,7 +27,7 @@ class Thor
autoload :Basic, 'thor/shell/basic'
autoload :Color, 'thor/shell/color'
- autoload :HTML, 'thor/shell/HTML'
+ autoload :HTML, 'thor/shell/html'
# Add shell to initialize config values.
#