aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/curl.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/curl.go')
-rw-r--r--internal/rosa/curl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/curl.go b/internal/rosa/curl.go
index 5e71c5e8..38046fd8 100644
--- a/internal/rosa/curl.go
+++ b/internal/rosa/curl.go
@@ -18,7 +18,7 @@ func (t Toolchain) newCurl() (pkg.Artifact, string) {
chmod +w tests/data && rm tests/data/test459
`,
}, &MakeHelper{
- Configure: [][2]string{
+ Configure: []KV{
{"with-openssl"},
{"with-ca-bundle", "/system/etc/ssl/certs/ca-bundle.crt"},