Skip to content

Commit

Permalink
fix error message to say consular instead
Browse files Browse the repository at this point in the history
  • Loading branch information
achiurizo committed Nov 21, 2011
1 parent fa65ea6 commit a5d92f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/consular/core.rb
Expand Up @@ -34,7 +34,7 @@ def setup!
#
# @api public
def process!
raise NotImplementedError, ".process! needs to be defined for it to be ran by `terminitor start`"
raise NotImplementedError, ".process! needs to be defined for it to be ran by `consular start`"
end

class << self
Expand Down

0 comments on commit a5d92f9

Please sign in to comment.