Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

Commit

Permalink
Fix opts.places not getting set properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jul 23, 2016
1 parent 4824fd2 commit 713f959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gerber2svg
Expand Up @@ -120,7 +120,7 @@ var getOpts = function(id) {
}

if (argv.format) {
opts.places = JSON.parse(argv['places-format'])
opts.places = JSON.parse(argv.format)
}

if (argv.zero) {
Expand Down

0 comments on commit 713f959

Please sign in to comment.