We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88ed2f commit 4358756Copy full SHA for 4358756
1 file changed
osf/management/commands/check_deploy_ready.py
@@ -18,6 +18,6 @@ def handle(self, *args, **options):
18
]
19
20
if waffle.switch_is_active(features.ELASTICSEARCH_METRICS):
21
- CHECKS.append(['check_metrics'])
+ CHECKS.append(['djelme_backend_check'])
22
for check in CHECKS:
23
call_command(*check)
0 commit comments