Skip to content

Commit 314e918

Browse files
committed
Fix bash code
1 parent f8b1c2b commit 314e918

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fern/docs/pages/airdrop/data-extraction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ All other fields are contained within the `data` attribute.
7878
Extracted artifacts can be validated with the `chef-cli` using the following command:
7979

8080
```bash
81-
$ chef-cli validate-metadata -m external_domain_metadata.json -r issue < extractor_issues_2.json
81+
chef-cli validate-metadata -m external_domain_metadata.json -r issue < extractor_issues_2.json
8282
```

fern/docs/pages/airdrop/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Select _Use this template_ and then _Create a new repository_.
2424
## Observability
2525

2626
- To observe logs from your snap-in in your development environment:
27-
```
27+
```bash
2828
devrev snap_in_package logs | jq
2929
```
3030
- To open logs in your favorite editor:
31-
```
31+
```bash
3232
devrev snap_in_package logs | code -
3333
```
3434

0 commit comments

Comments
 (0)