Skip to content

Commit aabc736

Browse files
committed
ci: fix wrong shared.sh import for publish_toolstate
1 parent f48e576 commit aabc736

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)