Skip to content

Commit

Permalink
Fix restore.sh
Browse files Browse the repository at this point in the history
This script had some wrong arguments (bad copy-paste from a more
complex repo). The restore.cmd script already had this fixed.
  • Loading branch information
rynowak committed Apr 25, 2020
1 parent f4e31c1 commit 0e19d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit 0e19d06

Please sign in to comment.