shell/lib/shell/commands_generator.rb in sct-0.1.28 vs shell/lib/shell/commands_generator.rb in sct-0.1.29

- old
+ new

@@ -5,10 +5,10 @@ def self.start self.new.run end - def run + def run Shell::Runner.new.launch end end -end \ No newline at end of file +end