docs: small docs fix

This commit is contained in:
Daniel Hougaard
2025-03-27 17:33:38 +00:00
parent 977c02357b
commit a4a162ab65

View File

@@ -204,7 +204,7 @@ $ infisical secrets set STRIPE_API_KEY=sjdgwkeudyjwe DOMAIN=example.com HASH=jeb
$ secrets set CERTIFICATE=@/path/to/certificate.pem
# Set a secret with the literal value "@example.com"
$ secrets set email=\@example.com
$ secrets set email="\@example.com"
```
</Tip>