Skip to content

Commit c0f2461

Browse files
committed
Shellcheck
1 parent 144c9d6 commit c0f2461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ bun update --latest -g
77
mise up
88
uv tool upgrade --all
99
rustup update
10-
cargo install $(cargo install --list | egrep '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ')
10+
cargo install $(cargo install --list | grep -E '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ')

0 commit comments

Comments
 (0)