Rename dagger.#DAG to dagger.#Plan

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2022-02-09 00:32:24 +00:00
parent e3131671a7
commit 3d56513895
3 changed files with 3 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ import (
"universe.dagger.io/yarn"
)
dagger.#DAG & {
dagger.#Plan & {
// Build the app with yarn
actions: build: yarn.#Build