From cea2b22c9b187b23a8d0e2ea9be3cc609f79deef Mon Sep 17 00:00:00 2001 From: John Barnette Date: Tue, 2 Oct 2012 13:45:35 -0700 Subject: [PATCH] Call Boxen.run --- script/boxen | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/boxen b/script/boxen index b2bd16a..b866781 100755 --- a/script/boxen +++ b/script/boxen @@ -53,3 +53,7 @@ abort "Can't bootstrap, dependencies are outdated." unless system *strap # Set up our local configuration, deps, and load path. load "config/basic.rb" + +# Okay, let's run this thing. + +exit Boxen.run ARGV