Skip to content

Commit

Permalink
fix: correct hue-dmx to dmx-hue
Browse files Browse the repository at this point in the history
This confuses me a bit every time I run setup, so better to fix :)
  • Loading branch information
jwildeboer authored and sinedied committed Jun 29, 2021
1 parent 61f712e commit 373e81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/hue.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ class Hue {
}

get bridge() {
return Util.config.get('bridge') || Util.exit('Bridge not configured, run "hue-dmx setup"');
return Util.config.get('bridge') || Util.exit('Bridge not configured, run "dmx-hue setup"');
}

get user() {
return Util.config.get('user') || Util.exit('Bridge not linked, run "hue-dmx setup"');
return Util.config.get('user') || Util.exit('Bridge not linked, run "dmx-hue setup"');
}

get api() {
Expand Down

0 comments on commit 373e81c

Please sign in to comment.