Skip to content

Commit eb51813

Browse files
authored
Fix Intel OPL example in trusted-hardware-identity-management.md
The example was not working properly due to the whitespaces in the header parameter. ``` aesm_service[11962]: [QCNL] Encountered CURL error: (3) URL using bad/illegal format or missing URL ```
1 parent 87a366b commit eb51813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/security/fundamentals/trusted-hardware-identity-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following code snippet is from an example of an Intel QPL configuration file
9292
"metadata": "true"
9393
},
9494
"params": {
95-
"api-version ": "2021-07-22-preview"
95+
"api-version": "2021-07-22-preview"
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)