fix typo in the web ingestion

This commit is contained in:
Graham Christensen 2018-01-30 16:45:17 -05:00
parent f9b7aace99
commit 60a8081daa
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -129,7 +129,7 @@ try {
}
if (!isset($input->repository)) {
throw new\ExecutionFailureException('Dataset does not have a repository');
throw new ExecutionFailureException('Dataset does not have a repository');
}
if (!isset($input->repository->full_name)) {