diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-01-29 23:03:43 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-01-29 23:03:43 +1300 |
| commit | 0ab2fc7140b9aa667b2b35300902c19c941b988d (patch) | |
| tree | d03972cf5c24c3af4bf2661235f317a5a8325526 /scripts | |
| parent | 1d1e86e810fc92709e5e8ae1a947b54a2ddb84fc (diff) | |
| download | testtools-0ab2fc7140b9aa667b2b35300902c19c941b988d.tar.gz | |
Fix automation harder.
Change-Id: I0c1d03e2635272bf2b3335eb211a37e309a2100e
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/_lp_release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/_lp_release.py b/scripts/_lp_release.py index 072326f..ac27e47 100644 --- a/scripts/_lp_release.py +++ b/scripts/_lp_release.py @@ -109,7 +109,7 @@ def get_release_notes_and_changelog(news_path): line = line.strip() if state is None: if (is_heading_marker(line, '~') and - not last_line.startwith('NEXT')): + not last_line.startswith('NEXT')): milestone_name = last_line state = 'release-notes' else: |
