Skip to content

Commit 7bfbb57

Browse files
committed
fix: add missing comma in sgx_default_qcnl_intelpcs.conf
1 parent 808e4c7 commit 7bfbb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuoteGeneration/qcnl/linux/sgx_default_qcnl_intelpcs.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// To accept insecure HTTPS certificate, set this option to false
1111
"use_secure_cert": true,
1212

13-
"collateral_service": "https://api.trustedservices.intel.com/sgx/certification/v4/"
13+
"collateral_service": "https://api.trustedservices.intel.com/sgx/certification/v4/",
1414

1515
"retry_times": 6,
1616

0 commit comments

Comments
 (0)