Skip to content

Commit 3bd10a0

Browse files
author
John Luo
authored
Fix repo root in restore.sh (dotnet#7521)
1 parent 338de47 commit 3bd10a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: restore.sh

100644100755
+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
set -euo pipefail
44

55
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6-
repo_root="$DIR/../.."
7-
"$repo_root/build.sh" --all --restore --no-build "$@"
6+
"$DIR/build.sh" --all --restore --no-build "$@"

0 commit comments

Comments
 (0)