Skip to content

Commit

Permalink
Merge pull request #17 from alex-litvak/master
Browse files Browse the repository at this point in the history
Fix issue with reading config parameters
  • Loading branch information
treeder committed Jul 22, 2015
2 parents 198c6e1 + 1b3441e commit 8e568a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/api_client.js

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

2 changes: 1 addition & 1 deletion lib/client.js

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

9 changes: 5 additions & 4 deletions lib/helper.js

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

1 change: 1 addition & 0 deletions src/helper.coffee
Expand Up @@ -5,6 +5,7 @@ task_id = null
config = null
task_dir = null
payload_file = null
config_file = null

parseCLIData = ->
fs = require('fs')
Expand Down

0 comments on commit 8e568a5

Please sign in to comment.