branch: externals/system-packages
commit ec3ca7ac42ea8159a9c436694fa2458a2625938a
Author: Alex Branham <bran...@utexas.edu>
Commit: Alex Branham <bran...@utexas.edu>

    Fix brew list
    
    Looks like the --installed option was removed at some point
    
    Closes bug #23
---
 system-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-packages.el b/system-packages.el
index 1d3a94b..ad7a21d 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -85,7 +85,7 @@
            (verify-all-packages . nil)
            (verify-all-dependencies . nil)
            (remove-orphaned . nil)
-           (list-installed-packages . "brew list --installed")
+           (list-installed-packages . "brew list")
            (list-installed-packages-all . "brew list")
            (list-dependencies-of . "brew deps")
            (noconfirm . nil)))

Reply via email to