You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localcmd=string.format("/usr/local/bin/brew %s info %s", subcommandor"", pkg)
This line above invokes brew on a hard-coded path that is default installation directory only for macs with Intel CPUs. the code should be modified to make this configurable and preferably default to the default installation directory respective to the mac's CPU
The text was updated successfully, but these errors were encountered:
Spoons/Source/BrewInfo.spoon/init.lua
Line 98 in 70341dd
This line above invokes brew on a hard-coded path that is default installation directory only for macs with Intel CPUs. the code should be modified to make this configurable and preferably default to the default installation directory respective to the mac's CPU
The text was updated successfully, but these errors were encountered: