Skip to content

Commit

Permalink
fix roku arge for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Heavner committed Apr 26, 2018
1 parent 4e7317d commit 98083a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ukor-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ if (options.flavor == null || options.flavor == '') {
if (program['port']) {
options.port = program.port
}
if (program['roku']) {
options.roku = program.roku
if (args.length > 1) {
options.roku = args[1]
}
if (
options.roku == null ||
Expand Down

0 comments on commit 98083a4

Please sign in to comment.