Chromium Code Reviews| Index: download_firefox_nightly.py |
| =================================================================== |
| --- download_firefox_nightly.py (revision 293898) |
| +++ download_firefox_nightly.py (working copy) |
| @@ -154,7 +154,7 @@ |
| if firefox_archive: |
| return _ExtractArchive(firefox_archive, target_dir) |
| - if options.clean_old_archives: |
| + if options.clean_old_firefox_archives: |
| _CleanOldFirefoxArchives(target_dir) |
| if __name__ == '__main__': |