Skip to content

Commit

Permalink
Merge pull request microsoft#730 from ssashir06/update-from-git-rsync…
Browse files Browse the repository at this point in the history
…-fix

fix rsync arguments
  • Loading branch information
sytelus authored Jan 18, 2018
2 parents 0568106 + 458211c commit aada63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unreal/Environments/Blocks/update_from_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -x

./clean.sh

rsync -a --exclude 'temp' --delete ../../Plugins/AirSim Plugins/AirSim
rsync -a --exclude 'temp' --delete ../../../AirLib Plugins/AirSim/Source/AirLib
rsync -a --exclude 'temp' --delete ../../Plugins/AirSim Plugins/
rsync -a --exclude 'temp' --delete ../../../AirLib Plugins/AirSim/Source/

popd >/dev/null

0 comments on commit aada63d

Please sign in to comment.