summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-02 23:29:56 -0700
committerAndre Arko <andre@arko.net>2015-05-02 23:32:34 -0700
commit5dcad9e75e392c58d58d68d6180dbd8c098b6594 (patch)
tree559e39438f3a233ff8c44523282313a6756e7d97
parentad9d535ce808f33b5329bf052abd84d19a5178d6 (diff)
downloadbundler-5dcad9e75e392c58d58d68d6180dbd8c098b6594.tar.gz
Well, _that's_ embarrassing :grimacing:
-rw-r--r--lib/bundler/cli/exec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/cli/exec.rb b/lib/bundler/cli/exec.rb
index bb3c741292..7713906f26 100644
--- a/lib/bundler/cli/exec.rb
+++ b/lib/bundler/cli/exec.rb
@@ -3,7 +3,6 @@ module Bundler
attr_reader :options, :args, :cmd
def initialize(options, args)
- raise "wat"
@options = options
@cmd = args.shift
@args = args