Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aabc736

Browse files
committedJan 8, 2020
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.