Skip to content

Commit

Permalink
Rename layout to match the fact that it's a dedicated stage
Browse files Browse the repository at this point in the history
  • Loading branch information
farquet committed Dec 19, 2022
1 parent fd63a33 commit 0e04af2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public enum Registry {
PARSE("(parse)"),
INLINE("(inline)"),
COMPILE("(compile)"),
LAYOUT("(layout)"),
LAYOUT("layout"),
DEBUG_INFO("dbginfo"),
IMAGE("image"),
WRITE("write");
Expand Down

0 comments on commit 0e04af2

Please sign in to comment.