Skip to content

Commit 844530e

Browse files
authored
Rollup merge of #68003 - pietroalbini:yet-another-toolstate-fix, r=Mark-Simulacrum
ci: fix wrong shared.sh import for publish_toolstate r? @Mark-Simulacrum
2 parents 98a5c7d + aabc736 commit 844530e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/publish_toolstate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44
IFS=$'\n\t'
55

6-
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
6+
source "$(cd "$(dirname "$0")" && pwd)/shared.sh"
77

88
# The following lines are also found in src/bootstrap/toolstate.rs,
99
# so if updating here, please also update that file.

0 commit comments

Comments
 (0)