mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Fix typo.
This commit is contained in:
parent
ec13baee65
commit
700d2473a0
@ -366,7 +366,7 @@ def copy(src_pkg, release, bugs, simulate=False, force=False):
|
|||||||
|
|
||||||
changes = getDebianChangelog(debian_spph, base_version).strip()
|
changes = getDebianChangelog(debian_spph, base_version).strip()
|
||||||
if changes:
|
if changes:
|
||||||
Logger.normal("New Changes:\n%s", changes)
|
Logger.normal("New changes:\n%s", changes)
|
||||||
|
|
||||||
if simulate:
|
if simulate:
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user