Error running stash configure: undefined method `empty?' for true:TrueClass

Issue #31 resolved
Lawrence Taylor created an issue

Hello,

Sorry if this error is occurring due to user error, but I keep getting the following error on running stash configure:

stash configure --username myusername --password mypassword --stashUrl 'http://stash.mycompany.com' --remote 'http://admin@stash.mycompany.com/scm/blah/repo.git' --trace
/var/lib/gems/1.9.1/gems/atlassian-stash-0.6.1/bin/stash:65:in `block (2 levels) in <top (required)>': undefined method `empty?' for true:TrueClass (NoMethodError)
        from /var/lib/gems/1.9.1/gems/commander-4.1.6/lib/commander/command.rb:180:in `call'
        from /var/lib/gems/1.9.1/gems/commander-4.1.6/lib/commander/command.rb:180:in `call'
        from /var/lib/gems/1.9.1/gems/commander-4.1.6/lib/commander/command.rb:155:in `run'
        from /var/lib/gems/1.9.1/gems/commander-4.1.6/lib/commander/runner.rb:422:in `run_active_command'
        from /var/lib/gems/1.9.1/gems/commander-4.1.6/lib/commander/runner.rb:82:in `run!'
        from /var/lib/gems/1.9.1/gems/commander-4.1.6/lib/commander/delegates.rb:12:in `run!'
        from /var/lib/gems/1.9.1/gems/commander-4.1.6/lib/commander/import.rb:10:in `block in <top (required)>'

Is this a bug or am I just using it wrongly?

Comments (5)

  1. Log in to comment