1
0
Fork 0

Merge pull request #187 from simon987/master

Fix succeded typo
This commit is contained in:
Nick Sweeting 2019-03-22 12:35:15 -04:00 committed by GitHub
commit 0075daa45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,6 +169,6 @@ def log_archiving_finished(num_links):
ANSI['reset'],
))
print(' - {} entries skipped'.format(_LAST_RUN_STATS['skipped']))
print(' - {} entries updated'.format(_LAST_RUN_STATS['succeded']))
print(' - {} entries updated'.format(_LAST_RUN_STATS['succeeded']))
print(' - {} errors'.format(_LAST_RUN_STATS['failed']))
print(' To view your archive, open: {}/index.html'.format(OUTPUT_DIR.replace(REPO_DIR + '/', '')))