diff --git a/sde_update.sh b/sde_update.sh index ba8f96d..43f22e6 100644 --- a/sde_update.sh +++ b/sde_update.sh @@ -13,7 +13,6 @@ if [ -e sde.sqlite ]; then /usr/bin/env python setup.py test > /dev/null 2>&1 if [ $? -eq 0 ]; then - git add dropbox/data/*.json git status echo "SDE data updated successfully" else