Fix typo in lstrip()
This commit is contained in:
parent
2cc7abdb38
commit
d6bc81cdf4
@ -653,7 +653,7 @@ cling (%s-1) unstable; urgency=low
|
||||
|
||||
* [Debian] Upload to unstable for version: %s
|
||||
'''%(VERSION, VERSION)
|
||||
f.write(template.ltrip())
|
||||
f.write(template.lstrip())
|
||||
f.close()
|
||||
|
||||
if '~dev' in VERSION:
|
||||
|
Loading…
Reference in New Issue
Block a user