Exception: Braid::NoPushToTag

Inherits:
BraidError
  • Object
show all
Defined in:
lib/braid/commands/push.rb

Instance Method Summary collapse

Methods included from T::Sig

#sig

Instance Method Details

#messageObject



7
8
9
# File 'lib/braid/commands/push.rb', line 7

def message
  "mirror is based off a tag. Can not push to a tag: #{super}"
end