about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2018-07-22 17:46:57 -0400
committerBen Harris <ben@tilde.team>2018-07-22 17:46:57 -0400
commitc03ab6f2e8e1bbfb135d8fb6a7ae720d457491f5 (patch)
tree9d7c93fba72422667a3b06e0ab9beddcd02493a1 /Makefile
parentb1ddc6f1c69aaeeeb3156bbe535eb5c690d37fcc (diff)
fix makefile path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e99883c..f9ee9fa 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ git:
 vim:
 	@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" vim
-	~/.spf13-vim/bootstrap.sh
+	~/spf13-vim/bootstrap.sh
 
 mutt:
 	@printf "$(YELLOW)--- mutt -----------------------------------------------\n$(RESET)"