We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48e576 commit aabc736Copy full SHA for aabc736
src/ci/publish_toolstate.sh
@@ -3,7 +3,7 @@
3
set -euo pipefail
4
IFS=$'\n\t'
5
6
-source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
+source "$(cd "$(dirname "$0")" && pwd)/shared.sh"
7
8
# The following lines are also found in src/bootstrap/toolstate.rs,
9
# so if updating here, please also update that file.
0 commit comments