Skip to content

Commit a06286e

Browse files
committed
complete merge, checks pass
1 parent 046e7de commit a06286e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/autoplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ autoplot.epi_workflow <- function(
150150
))
151151
return(autoplot(
152152
edf, !!new_name_y,
153-
.color_by = .colour_by, .facet_by = .facet_by, .base_color = .base_color,
153+
.color_by = .color_by, .facet_by = .facet_by, .base_color = .base_color,
154154
.max_facets = .max_facets
155155
))
156156
}

0 commit comments

Comments
 (0)