summaryrefslogtreecommitdiff
path: root/lib/shell/builtin-command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shell/builtin-command.rb')
-rw-r--r--lib/shell/builtin-command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shell/builtin-command.rb b/lib/shell/builtin-command.rb
index c76fa81ee1..e419a68c33 100644
--- a/lib/shell/builtin-command.rb
+++ b/lib/shell/builtin-command.rb
@@ -13,7 +13,7 @@
require "shell/filter"
class Shell
- class BuiltInCommand<Filter
+ class BuiltInCommand < Filter
def wait?
false
end