From 046800d1965427390bc8ecae9fa682463cdcc1f5 Mon Sep 17 00:00:00 2001 From: Ryan Moran <155736+ryanmoran@users.noreply.github.com> Date: Fri, 18 Dec 2020 15:21:34 -0800 Subject: [PATCH] Update doc.go --- doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 53d3e34b..43863ac0 100644 --- a/doc.go +++ b/doc.go @@ -118,8 +118,8 @@ // if err != nil { // return packit.BuildResult{}, err // } -// layer.Build = true -// layer.Launch = true +// layer.Build = true +// layer.Launch = true // // // At this point we are performing the process of installing the yarn cli. // // As those details are not important to the explanation of the packit API,