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 01c1b38..6d461aa 100755
--- a/install.nu
+++ b/install.nu
@@ -30,7 +30,7 @@ let DEVICE_ID = match (uname | get nodename) {
let DOTFILES_DIR = match ($DEVICE_ID) {
"010" | "020" => $"($env.HOME)/src/dotfiles/src",
"030" | "110" | "120" => $"($env.HOME)/dotfiles/src",
- "040" => $"($env.HOME)/Code/Dotfiles",
+ "040" => $"($env.HOME)/Code/Dotfiles/src",
_ => { error make -u { msg: "unsupported device" } }
}