Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
app:files:versions => app:files_versions
  • Loading branch information
LukasReschke committed Jan 26, 2016
1 parent e1439e5 commit b7dfb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_issues.py
Expand Up @@ -10,7 +10,7 @@
FILENAME_ISSUES = ORG + 'issues.json'
BUG_LABEL = ['bug']
CRITICAL_BUG_LABEL = ['sev1-critical', 'sev2-high']
APP_LABEL = ['app:dav', 'app:encryption', 'app:federation', 'app:files', 'app:files_encryption', 'app:files_external', 'app:files_trashbin', 'app:files:versions', 'app:objectstore', 'app:provisioning_api', 'app:search', 'app:user_ldap', 'comp:app', 'comp:console-occ', 'comp:core-js', 'comp:core', 'comp:filesystem', 'dev:appframework', 'dev:ocp', 'dev:ocs', 'feature:activity', 'feature:avatars', 'feature:comments', 'feature:federated-cloud-sharing', 'feature:filepicker', 'feature:l10n', 'feature:locking', 'feature:notifications', 'feature:previews', 'feature:quota', 'feature:sharing', 'feature:sidebar', 'feature:tags', 'feature:theming', 'feature:update', 'settings:admin', 'settings:apps', 'settings:installation', 'settings:login', 'settings:personal', 'settings:users']
APP_LABEL = ['app:dav', 'app:encryption', 'app:federation', 'app:files', 'app:files_encryption', 'app:files_external', 'app:files_trashbin', 'app:files_versions', 'app:objectstore', 'app:provisioning_api', 'app:search', 'app:user_ldap', 'comp:app', 'comp:console-occ', 'comp:core-js', 'comp:core', 'comp:filesystem', 'dev:appframework', 'dev:ocp', 'dev:ocs', 'feature:activity', 'feature:avatars', 'feature:comments', 'feature:federated-cloud-sharing', 'feature:filepicker', 'feature:l10n', 'feature:locking', 'feature:notifications', 'feature:previews', 'feature:quota', 'feature:sharing', 'feature:sidebar', 'feature:tags', 'feature:theming', 'feature:update', 'settings:admin', 'settings:apps', 'settings:installation', 'settings:login', 'settings:personal', 'settings:users']

one_day = datetime.timedelta(days=1)
now = datetime.datetime.now(datetime.timezone.utc)
Expand Down

0 comments on commit b7dfb23

Please sign in to comment.