Skip to content

Commit

Permalink
add missing recipe constant
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Sep 23, 2023
1 parent c7e9b64 commit b823afc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public final class RecipeConstants {

// common outputs
public static final String OUTPUT = "output";
public static final String OUTPUTS = "outputs";
public static final String RESULT = "result";
public static final String RESULTS = "results";
public static final String OUTPUT_ITEMS = "outputItems";
Expand Down

0 comments on commit b823afc

Please sign in to comment.