From 4cd22e1932eb80888c5e488ced336a29f2895647 Mon Sep 17 00:00:00 2001 From: Andre Nguyen Date: Mon, 1 May 2017 21:04:37 -0400 Subject: [PATCH] fix typo in proposed rsync path --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b56e988e73..b6ed24f148 100755 --- a/build.sh +++ b/build.sh @@ -81,7 +81,7 @@ rsync -a --delete AirLib Unreal/Plugins/AirSim/Source echo "" echo "============================================================" echo "Now copy the Unreal/Plugins directory to the Unreal project:" -echo "rsync -t -r Unreal/plugins " +echo "rsync -t -r Unreal/Plugins " echo " ( contains a file named .uproject)" echo "============================================================" echo "And do (required for building the Unreal plugin):"