Skip to content

Commit

Permalink
Fix json README.md block
Browse files Browse the repository at this point in the history
  • Loading branch information
idestis committed Nov 4, 2019
1 parent b47fb65 commit 171864c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,10 @@ Allows you to start script from the scripts directory
{
"executor": "node",
"script": "script.js",
// Will prepare environment for the script execution
"env_vars": [
"FOO=bar",
"BAR=foo"
],
// Will pass arguments to the script on execution
"args": [
"--foo=bar",
"--bar=foo"
Expand Down

0 comments on commit 171864c

Please sign in to comment.