Fix typo in lstrip()

This commit is contained in:
Anirudha Bose 2014-07-10 19:37:24 +05:30 committed by sftnight
parent 2cc7abdb38
commit d6bc81cdf4

View File

@ -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: