diff --git a/restore.sh b/restore.sh index a304213c..09607786 100755 --- a/restore.sh +++ b/restore.sh @@ -3,4 +3,4 @@ set -euo pipefail DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -"$DIR/build.sh" --all --restore --no-build "$@" \ No newline at end of file +"$DIR/eng/common/build.sh" --restore "$@" \ No newline at end of file