Merge pull request #480 from DimStar77/typo

Fix typo from commit 7e0294
This commit is contained in:
Max Lin 2016-04-04 09:04:01 -05:00
commit a0546b95b8

View File

@ -192,7 +192,7 @@ def do_staging(self, subcmd, opts, *args):
# SLE don't have totest repository and openSUSE-release.rpm # SLE don't have totest repository and openSUSE-release.rpm
skip_totest = api.item_exists(api.project, "release-notes-sles") skip_totest = api.item_exists(api.project, "release-notes-sles")
if skip_totest or opt.force: if skip_totest or opts.force:
# Nor version_openqa or totest_dirty # Nor version_openqa or totest_dirty
cmd = AcceptCommand(api) cmd = AcceptCommand(api)
for prj in args[1:]: for prj in args[1:]: