Skip to content

Commit

Permalink
update path for zarf-package-distro-eks-multi-0.0.2.tar.zst
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Aug 14, 2023
1 parent ac14d5b commit f277275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e/00_use_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestUseCLI(t *testing.T) {
stdOut, stdErr, err := e2e.Zarf("package", "create", "packages/distros/eks", "--confirm")
require.NoError(t, err, stdOut, stdErr)

path := "build/zarf-package-distro-eks-multi-0.0.2.tar.zst"
path := "zarf-package-distro-eks-multi-0.0.2.tar.zst"
stdOut, stdErr, err = e2e.Zarf("package", "deploy", path, "--confirm")
require.NoError(t, err, stdOut, stdErr)
})
Expand Down

0 comments on commit f277275

Please sign in to comment.