mirror of https://github.com/buildinspace/peru.git
get rid of a corny joke
Reviewers: sean Reviewed By: sean Differential Revision: https://phabricator.buildinspace.com/D161
This commit is contained in:
parent
2a315178f0
commit
ee7b9fb406
|
@ -40,8 +40,7 @@ class Runtime:
|
|||
self.force = args['--force']
|
||||
if args['--quiet'] and args['--verbose']:
|
||||
raise PrintableError(
|
||||
"Peru can't be quiet and loud at the same time.\n"
|
||||
"Have you tried using <blink>?")
|
||||
"Peru can't be quiet and verbose at the same time.")
|
||||
self.quiet = args['--quiet']
|
||||
self.verbose = args['--verbose']
|
||||
|
||||
|
|
Loading…
Reference in New Issue