[PR] #49 from DaRacci: Fix cargo bin dir

fix: cargo bin dir
This commit is contained in:
Hykilpikonna 2022-12-07 10:09:10 -05:00 committed by GitHub
commit 1b0cf4ae1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1911,7 +1911,7 @@ get_packages() {
has flatpak && tot flatpak list
has spm && tot spm list -i
has puyo && dir ~/.puyo/installed
has cargo && dir ~/.cargo/bin/*
has cargo && dir "${CARGO_HOME:-$HOME/.cargo}/bin/"*
# Snap hangs if the command is run without the daemon running.
# Only run snap if the daemon is also running.