$DAGGER -> dagger

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones 2022-01-19 16:19:07 -07:00
parent da8bc373f9
commit ec8e519e1e
No known key found for this signature in database
GPG Key ID: CFB3A382EB166F4C

View File

@ -5,6 +5,6 @@ setup() {
}
@test "alpine.#Build" {
"$DAGGER" up ./image-version.cue
"$DAGGER" up ./package-install.cue
dagger up ./image-version.cue
dagger up ./package-install.cue
}