Skip to content

Commit

Permalink
copr: fix string - singular is required
Browse files Browse the repository at this point in the history
  • Loading branch information
tosky authored and mluscon committed Apr 17, 2016
1 parent 7a645cf commit fefbe50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -22,6 +22,7 @@ DNF-PLUGINS-CORE CONTRIBUTORS
François Rigault <francois.rigault@amadeus.com>
Jeff Smith <whydoubt@gmail.com>
Lubomir Rintel <lkundrak@v3.sk>
Luigi Toscano <luigi.toscano@tiscali.it>
Michal Domonkos <mdomonko@redhat.com>
Michal Novotny <clime@redhat.com>
Neal Gompa <ngompa13@gmail.com>
Expand Down
4 changes: 2 additions & 2 deletions plugins/copr.py
Expand Up @@ -422,11 +422,11 @@ def run(self, extcmds):
logger.critical(
_('Error: ') +
_('exactly one parameter to '
'playground command are required'))
'playground command is required'))
dnf.cli.commands.err_mini_usage(self.cli, self.cli.base.basecmd)
raise dnf.cli.CliError(
_('exactly one parameter to '
'playground command are required'))
'playground command is required'))
chroot = self._guess_chroot()
if subcommand == "enable":
self._cmd_enable(chroot)
Expand Down

0 comments on commit fefbe50

Please sign in to comment.