Skip to content

Commit

Permalink
fix(docs): fix cfg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed Jul 15, 2019
1 parent 46a8d5d commit 135b6d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Both scripts can take a `--config (-c)` argument with the path for a config file
config-yaml:
path-settings:
reference-directory: ~/data/references_dir # directory where references will be downloaded and processed.
github-directory: ~/data/git_local # local git repository where `master.yaml` is located.
git-directory: ~/data/git_local # local git repository where `master.yaml` is located.
remote-repository: user/repo # remote user and repository for version control of `master.yaml`
log-settings:
log: 'yes'
Expand Down
2 changes: 2 additions & 0 deletions scripts/refchef-cook
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def main():
conf = False

if arguments.config:
print(read_yaml(arguments.config))
print(config.yaml(arguments.config))
try:
try:
d = config.yaml(arguments.config)
Expand Down

0 comments on commit 135b6d1

Please sign in to comment.