aboutsummaryrefslogtreecommitdiff
path: root/install.nu
diff options
context:
space:
mode:
Diffstat (limited to 'install.nu')
-rwxr-xr-xinstall.nu2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.nu b/install.nu
index 31f6121..6a7f457 100755
--- a/install.nu
+++ b/install.nu
@@ -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" } }
}