Update publish-all.sh for new paths.
This commit is contained in:
@@ -3,7 +3,7 @@ set -euo pipefail
|
||||
|
||||
# Format all sources using rustfmt.
|
||||
|
||||
topdir=$(dirname "$0")
|
||||
topdir=$(dirname "$0")/..
|
||||
cd "$topdir"
|
||||
|
||||
# Make sure we can find rustfmt.
|
||||
|
||||
Reference in New Issue
Block a user