Updated to checkout

This commit is contained in:
Josh Sherman 2015-09-26 18:01:31 -04:00
parent d247a51766
commit 4fac3a6402

2
setup
View file

@ -43,7 +43,7 @@ HOMEBREW_PACKAGES=(
# Checks if the directory exists
if [ ! -d "$DOTFILES_DIR" ]; then
mkdir $DOTFILES_DIR
git clone $DOTFILES_REPO $DOTFILES_DIR
git checkout $DOTFILES_REPO $DOTFILES_DIR
fi
# TODO Check if the directory contains our configured repo