From 5bb17c68e16f90f75fe10f9677136044ba185d9e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 15 Mar 2016 16:26:51 -0700 Subject: [PATCH] fix fix-htop --- tasks/osx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/osx.py b/tasks/osx.py index 5fe05a83..5507d786 100644 --- a/tasks/osx.py +++ b/tasks/osx.py @@ -146,7 +146,7 @@ def cl_tools(ctx): @ctask def fix_htop(ctx): real_htop_location = ctx.run( - "zsh -c 'greadlink -f $(brew --prefix htop)'" + "zsh -c 'greadlink -f $(brew --prefix htop-osx)'" ).stdout.strip() + "/bin/htop" ctx.run("sudo chmod 6555 {0}".format(real_htop_location)) ctx.run("sudo chown root {0}".format(real_htop_location))