Fix repo root in restore.sh (#7521)

This commit is contained in:
John Luo 2019-02-13 15:01:30 -08:00 committed by GitHub
parent 338de4710a
commit 3bd10a0fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

3
restore.sh Normal file → Executable file
View File

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