bin/teuton in teuton-2.1.0 vs bin/teuton in teuton-2.1.1

- old
+ new

@@ -1,4 +1,4 @@ #!/usr/bin/env ruby -require 'teuton' -Teuton.start(ARGV) +require 'teuton/command' +TeutonCommand.start(ARGV)