diff options
Diffstat (limited to 'configs/install')
-rwxr-xr-x | configs/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/install b/configs/install index 999a48e6e3e3..6405df04e31d 100755 --- a/configs/install +++ b/configs/install @@ -7,7 +7,7 @@ case $(hostname) in wpcarro.lon.corp.google.com) (cd "$configs/desktop" && stow --target="$HOME" *);; # laptop - wpcarro.roam.googlers.com) + wpcarro) (cd "$configs/laptop" && stow --target="$HOME" *);; # cloudtop wpcarro.c.googlers.com) |