diff options
Diffstat (limited to 'install.nu')
| -rwxr-xr-x | install.nu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } } } |
