Skip to content

Commit

Permalink
remove superfluous conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein committed Dec 12, 2022
1 parent 1a740bd commit 9c9efed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/t.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ func commandWithContext(ctx context.Context, args ...string) *exec.Cmd {
}
if runtime.GOARCH == "arm64" {
cmd.Env = append(cmd.Env, "MINIO_IMAGE_ARCH=RELEASE.2020-11-13T20-10-18Z-arm64")
} else {
cmd.Env = append(cmd.Env, "MINIO_IMAGE_ARCH=RELEASE.2020-11-13T20-10-18Z")
}

return cmd
Expand Down

0 comments on commit 9c9efed

Please sign in to comment.