Skip to content

Commit

Permalink
Fix setting paramType
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar3tto committed May 13, 2024
1 parent 00e0356 commit 060e0cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ public void processParamType(Annotation parameterAnnotation) {
this.setParentTriggerValues(machineTypeParam.parentTriggerValues());
this.setOptional(machineTypeParam.optional());
this.setHiddenUi(machineTypeParam.hiddenUi());
this.setParamType(ImageSpecParameterType.TEXT);
this.setParamType(ImageSpecParameterType.MACHINE_TYPE);
break;
case "Duration":
TemplateParameter.Duration durationParam = (TemplateParameter.Duration) parameterAnnotation;
Expand Down

0 comments on commit 060e0cd

Please sign in to comment.