Skip to content

Commit

Permalink
ci: fix wrong shared.sh import for publish_toolstate
Browse files Browse the repository at this point in the history
pietroalbini committed Jan 8, 2020

Verified

This commit was signed with the committer’s verified signature.
pietroalbini Pietro Albini
1 parent f48e576 commit aabc736
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
@@ -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.

0 comments on commit aabc736

Please sign in to comment.