From 1a800dc4a0bddfa0ee5a42f1a450ae05abaebeb9 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 1 Jan 2020 19:56:36 +0000 Subject: [PATCH] Corrected tooling clone path. --- wsl-setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl-setup.org b/wsl-setup.org index c4435dc..82a4bfb 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -169,7 +169,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ #+NAME: Clone and restore the dotfiles #+BEGIN_SRC tmate - git clone ssh://git@gitlab.jamma.life:2224/jmhbnz/tooling.git ~/Documents/ + git clone ssh://git@gitlab.jamma.life:2224/jmhbnz/tooling.git ~/Documents/tooling/ cd ~/Documents/tooling/ cp .* ~/ #+END_SRC