replaced code I stupidly removed.

master
NathanSalapat 2014-10-10 16:05:19 -05:00
parent ae3be68fb1
commit 50250215ce
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ do
done
# Now that all files are updated copy them to the main directory.
rsync -r \
rsync -r --exclude='.git' \
"${MODS_PATH}" \
"${DESTINATION_PATH}"