mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Submitting was missing a t.
This commit is contained in:
parent
895890a7a2
commit
554e406386
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class CoprReleaser(KojiReleaser):
|
||||||
self.print_dry_run_warning(cmd_submit)
|
self.print_dry_run_warning(cmd_submit)
|
||||||
return
|
return
|
||||||
|
|
||||||
info_out("Submiting build into %s." % self.NAME)
|
info_out("Submitting build into %s." % self.NAME)
|
||||||
self._run_command(cmd_submit)
|
self._run_command(cmd_submit)
|
||||||
|
|
||||||
def _run_command(self, cmd):
|
def _run_command(self, cmd):
|
||||||
|
|
Loading…
Add table
Reference in a new issue