diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-09 00:29:22 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 00:29:22 +0900 |
| commit | 844530e31788e4898bed66cd121aa8e7ea737ded (patch) | |
| tree | 16bcf8c8c892384fc5bff9f175d4e7a5aa5b6d13 /src | |
| parent | 98a5c7dc044c7f201131670f87d24649fa6e3bbf (diff) | |
| parent | aabc73631e94ad2ced73cebbae3086f98c83cafa (diff) | |
| download | rust-844530e31788e4898bed66cd121aa8e7ea737ded.tar.gz rust-844530e31788e4898bed66cd121aa8e7ea737ded.zip | |
Rollup merge of #68003 - pietroalbini:yet-another-toolstate-fix, r=Mark-Simulacrum
ci: fix wrong shared.sh import for publish_toolstate r? @Mark-Simulacrum
Diffstat (limited to 'src')
| -rwxr-xr-x | src/ci/publish_toolstate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/publish_toolstate.sh b/src/ci/publish_toolstate.sh index fb828477f98..7c43d034d8b 100755 --- a/src/ci/publish_toolstate.sh +++ b/src/ci/publish_toolstate.sh @@ -3,7 +3,7 @@ set -euo pipefail IFS=$'\n\t' -source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" +source "$(cd "$(dirname "$0")" && pwd)/shared.sh" # The following lines are also found in src/bootstrap/toolstate.rs, # so if updating here, please also update that file. |
