Skip to content

Commit 4cbb714

Browse files
authored
Merge pull request #57 from crytic/barnabasbusa-patch-1
feat: make enclaves production
2 parents e294f44 + 7a541be commit 4cbb714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kurtosis/kurtosis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func CreateOrImportContext(ctx context.Context, kurtosisCtx *kurtosis_context.Ku
108108
}
109109

110110
log.Infof("No existing kurtosis enclave by the name of %s was found. Creating a new one.", enclaveName)
111-
enclaveCtxNew, err := kurtosisCtx.CreateEnclave(ctx, enclaveName)
111+
enclaveCtxNew, err := kurtosisCtx.CreateProductionEnclave(ctx, enclaveName)
112112
if err != nil {
113113
return nil, false, err
114114
}

0 commit comments

Comments
 (0)