Skip to content

Commit

Permalink
fix(manifest): Typo in JSON formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
m8rmclaren committed Feb 13, 2024
1 parent dfd513a commit edb4ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "ejbca-k8s-csr-signer",
"status": "production",
"link_github": true,
"platform_matrix": "linux/arm64,linux/amd64,linux/s390x,linux/ppc64le"
"platform_matrix": "linux/arm64,linux/amd64,linux/s390x,linux/ppc64le",
"description": "An implementation of the Kubernetes CSR signing API that routes Certificate Signing Requests from the cluster to the EJBCA Enrollment API",
"support_level": "kf-community",
"release_dir": ""
Expand Down

0 comments on commit edb4ceb

Please sign in to comment.