Commit bacf7fd78ad4eee74abb17eefc5337dc704640fb

Authored by John Barnette
1 parent 6033e94d87

Boxen.run -> Boxen::CLI.run

Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff

... ... @@ -58,7 +58,9 @@
58 58  
59 59 load "config/basic.rb"
60 60  
  61 +require "boxen/cli"
  62 +
61 63 # Okay, let's run this thing.
62 64  
63   -exit Boxen.run ARGV
  65 +exit Boxen::CLI.run ARGV