Skip to content

Commit

Permalink
fix typo in proposed rsync path
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-nguyen authored May 2, 2017
1 parent 230c4de commit 4cd22e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <unreal project_root>"
echo "rsync -t -r Unreal/Plugins <unreal project_root>"
echo " (<unreal project_root> contains a file named <project>.uproject)"
echo "============================================================"
echo "And do (required for building the Unreal plugin):"
Expand Down

0 comments on commit 4cd22e1

Please sign in to comment.