Skip to content

Commit

Permalink
Merge pull request #585 from simeg/simeg-patch-1
Browse files Browse the repository at this point in the history
Add missing semi colon in readme
  • Loading branch information
zhiyelee committed Feb 15, 2017
2 parents ff501a1 + 274c257 commit 3367806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ program
.version('0.0.1')
.option('-C, --chdir <path>', 'change the working directory')
.option('-c, --config <path>', 'set config path. defaults to ./deploy.conf')
.option('-T, --no-tests', 'ignore test hook')
.option('-T, --no-tests', 'ignore test hook');

program
.command('setup [env]')
Expand Down

0 comments on commit 3367806

Please sign in to comment.