From 1a2d68223a9fbee30451350386213904c4bbbb8f Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Apr 13 2021 07:59:11 +0000 Subject: hub: Fix typo in postRepoInit callback from distRepo Signed-off-by: Igor Raits --- diff --git a/hub/kojihub.py b/hub/kojihub.py index eba3fff..cdcdfe0 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -2756,7 +2756,7 @@ def dist_repo_init(tag, keys, task_opts): koji.plugin.run_callbacks('postRepoInit', tag=tinfo, with_src=False, with_debuginfo=False, event=event, repo_id=repo_id, dist=True, keys=keys, arches=arches, task_opts=task_opts, - repodir=repodir, with_reparate_src=False) + repodir=repodir, with_separate_src=False) return repo_id, event