From cdef71269c0ff0e422d18d9e4417dac811e88539 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 9 Jul 2019 14:41:55 -0400 Subject: [PATCH] use correct branch --- bin/install-dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-dotfiles.sh b/bin/install-dotfiles.sh index 6f28182..c20001e 100755 --- a/bin/install-dotfiles.sh +++ b/bin/install-dotfiles.sh @@ -14,7 +14,7 @@ if [ $? = 0 ]; then fi; config checkout config config status.showUntrackedFiles no -config push --set-upstream origin master +config push --set-upstream origin wsl config submodule init config submodule update which fc-cache 2>/dev/null && fc-cache -f -v ~/.fonts || true