DX: change "#dagger: compute: " to "#compute: "
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
4
tests/copy/invalid/cache/main.cue
vendored
4
tests/copy/invalid/cache/main.cue
vendored
@@ -3,7 +3,7 @@ package testing
|
||||
test1: {
|
||||
string
|
||||
|
||||
#dagger: compute: [
|
||||
#compute: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
ref: "busybox"
|
||||
@@ -25,7 +25,7 @@ test1: {
|
||||
test2: {
|
||||
string
|
||||
|
||||
#dagger: compute: [
|
||||
#compute: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
ref: "busybox"
|
||||
|
Reference in New Issue
Block a user