Exception: EY::RefRequired

Inherits:
DeployArgumentError show all
Defined in:
lib/engineyard/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ RefRequired

Returns a new instance of RefRequired.



64
65
66
67
68
69
# File 'lib/engineyard/error.rb', line 64

def initialize(options)
  super <<-ERR
Unable to determine the branch or ref to deploy
Usage: ey deploy --ref [ref]
  ERR
end