Skip to content
代码片段 群组 项目
未验证 提交 3bd10a0f 编辑于 作者: John Luo's avatar John Luo 提交者: GitHub
浏览文件

Fix repo root in restore.sh (#7521)

上级 338de471
No related branches found
No related tags found
无相关合并请求
restore.sh 100644 → 100755
......@@ -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 "$@"
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册