From 656bbf05ba16a9c269e8ed58900b056e8c186d44 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 6 Aug 2015 21:36:46 -0700 Subject: [PATCH] fix typo in install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 34ea8d8..326536c 100755 --- a/install.sh +++ b/install.sh @@ -2,6 +2,6 @@ git pull origin master; git submodule sync; git submodule update; -rsync --exclude ".git/" --exclude ".git*" --exclude "install,sh" -avhE --no-perms . ~; +rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" -avhE --no-perms . ~; source ~/.bashrc