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