diff options
| -rwxr-xr-x | install.nu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ let DEVICE_ID = match (uname | get nodename) { "wheatley" => "020", "chell" => "030", "hx7124" => "040", - "companioncube" => "110", + "caroline" => "110", "cavejohnson" => "120", _ => { error make -u { msg: "invalid device" } } } |
