fix typo in the web ingestion
This commit is contained in:
parent
f9b7aace99
commit
60a8081daa
|
@ -129,7 +129,7 @@ try {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($input->repository)) {
|
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)) {
|
if (!isset($input->repository->full_name)) {
|
||||||
|
|
Loading…
Reference in a new issue