Skip to content

Commit

Permalink
fix(origin): fix tofile
Browse files Browse the repository at this point in the history
Disambiguate source key
  • Loading branch information
drawnepicenter committed Jun 24, 2016
1 parent df453fa commit 5b93352
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/cmds/wordnik_cmds/origin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions build/cmds/wordnik_cmds/origin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cmds/wordnik_cmds/origin.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ exports.handler = (argv) => {
ets = ets.join(', ')
themes.labelRight('Etymology', theme, ctstyle(`${content} ${ets}`))
tofile.etymology = content
tofile.source = ets
tofile.origin = ets
})
if (argv.o) tools.outFile(argv.o, argv.f, tofile)
if (argv.s && config.merge) noon.save(CFILE, config)
Expand Down

0 comments on commit 5b93352

Please sign in to comment.