Browse Source

Fix restore.sh

This script had some wrong arguments (bad copy-paste from a more
complex repo). The restore.cmd script already had this fixed.
pull/406/head
Ryan Nowak 6 years ago
parent
commit
0e19d06c17
  1. 2
      restore.sh

2
restore.sh

@ -3,4 +3,4 @@
set -euo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
"$DIR/build.sh" --all --restore --no-build "$@"
"$DIR/eng/common/build.sh" --restore "$@"
Loading…
Cancel
Save