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 1448618..d18ec7c 100755
--- a/install.nu
+++ b/install.nu
@@ -20,7 +20,7 @@ let DEVICE_ID = match (uname | get nodename) {
}
},
- "hx7124" => "040",
+ "HX7124.local" => "040",
"caroline" => "110",
"cavejohnson" => "120",
_ => { error make -u { msg: "invalid device" } }