Skip to content

Commit

Permalink
Remove quotes in file_write examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Aug 15, 2023
1 parent a0ab9f6 commit 0831119
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ importer:
processors:

exporter:
name: "file_writer"
name: file_writer
config:
# the default config writes block data to the data directory.
```
Expand Down
2 changes: 1 addition & 1 deletion conduit/plugins/exporters/filewriter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Write block data to files. This plugin works with the file rerader plugin to cre

## Configuration
```yml @sample.yaml
name: "file_writer"
name: file_writer
config:
# BlocksDir is the path to a directory where block data should be stored.
# The directory is created if it doesn't exist. If no directory is provided
Expand Down
2 changes: 1 addition & 1 deletion conduit/plugins/exporters/filewriter/sample.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "file_writer"
name: file_writer
config:
# BlocksDir is the path to a directory where block data should be stored.
# The directory is created if it doesn't exist. If no directory is provided
Expand Down

0 comments on commit 0831119

Please sign in to comment.