Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed Dec 18, 2023
1 parent 1f4b317 commit 0d469cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ TEKU_SENTRY_CONFIG_FILE=/etc/sentry-node-config.json
<TabItem value="Configuration file" label="Configuration file" >

```bash
sentry-config-file: true
sentry-config-file: "/etc/sentry-node-config.json"
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-23.10.0/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2445,7 +2445,7 @@ TEKU_SENTRY_CONFIG_FILE=/etc/sentry-node-config.json
<TabItem value="Configuration file" label="Configuration file" >

```bash
sentry-config-file: true
sentry-config-file: "/etc/sentry-node-config.json"
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-23.11.0/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ TEKU_SENTRY_CONFIG_FILE=/etc/sentry-node-config.json
<TabItem value="Configuration file" label="Configuration file" >

```bash
sentry-config-file: true
sentry-config-file: "/etc/sentry-node-config.json"
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-23.12.0/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ TEKU_SENTRY_CONFIG_FILE=/etc/sentry-node-config.json
<TabItem value="Configuration file" label="Configuration file" >

```bash
sentry-config-file: true
sentry-config-file: "/etc/sentry-node-config.json"
```

</TabItem>
Expand Down

0 comments on commit 0d469cd

Please sign in to comment.