Skip to content

Commit

Permalink
WIP. Use a better wording
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 19, 2024
1 parent 662d654 commit 0399dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/snowdrop/factory/TektonResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static HasMetadata create(Configurator cfg) {
}

if (RESOURCE_TYPE == null) {
throw new RuntimeException("Missing tekton resource type: pipelinerun taskrun, etc");
throw new RuntimeException("Missing workflow resource type: pipelinerun taskrun, etc");
}

return new WorkflowBuilder()
Expand Down

0 comments on commit 0399dd8

Please sign in to comment.