Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: ntishchauhan0022 <nitishchauhan0022@gmail.com>
  • Loading branch information
nitishchauhan0022 committed Jul 18, 2023
1 parent 9e80335 commit 7edb7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/magefile/mage/sh"
)

func createQueue(name string) error {
func createQueue() error {
outbytes, err := exec.Command(armadaCtl(), "create", "queue", "e2e-test-queue").CombinedOutput()
out := string(outbytes)
// check if err text contains "already exists" and ignore if it does
Expand Down

0 comments on commit 7edb7e9

Please sign in to comment.