Skip to content

Commit

Permalink
Rollup merge of rust-lang#68003 - pietroalbini:yet-another-toolstate-…
Browse files Browse the repository at this point in the history
…fix, r=Mark-Simulacrum

ci: fix wrong shared.sh import for publish_toolstate

r? @Mark-Simulacrum
  • Loading branch information
JohnTitor committed Jan 8, 2020
2 parents 98a5c7d + aabc736 commit 844530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/publish_toolstate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 844530e

Please sign in to comment.