Skip to content

Commit a7a663b

Browse files
authored
Merge pull request #215 from moia-oss/saeltz-patch-1
Typo
2 parents eeb4d1c + 639f50a commit a7a663b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const waitForPipeline = async (
7575
}
7676
} catch (error) {
7777
core.error(
78-
`An error occured while getting the status of pipeline '${pipelineName}' exucution: '${pipelineExecutionId}'.`,
78+
`An error occured while getting the status of pipeline '${pipelineName}' execution: '${pipelineExecutionId}'.`,
7979
);
8080
throw error;
8181
}

0 commit comments

Comments
 (0)