Skip to content

Commit

Permalink
slightly less newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatol Ulrich committed Aug 11, 2024
1 parent 60e5eeb commit 77f2422
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/run-ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ set -euxo pipefail
defaultmembers=$( \
cargo metadata --format-version 1 | \
jq -r '.workspace_default_members
| del(.[]
| select(contains("crowtty")))
| del(.[] | select(contains("crowtty")))
| to_entries[]
|"-p \(.value)"'
)
Expand Down

0 comments on commit 77f2422

Please sign in to comment.