Skip to content

Commit 7f9d802

Browse files
committed
fix change detector
1 parent 2202336 commit 7f9d802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/scripts/changed_crates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cmd_changed_crates() {
5353
# excludes internal crates without a manual exclusion list.
5454
local crates
5555
crates=$(cargo metadata --no-deps --format-version 1 | jq -r '
56-
.workspace_root + "/" as $root
56+
(.workspace_root + "/") as $root
5757
| .packages[]
5858
| select(.publish != [])
5959
| "\(.name) \(.manifest_path | ltrimstr($root) | rtrimstr("/Cargo.toml"))"

0 commit comments

Comments
 (0)