whisky
whisky copied to clipboard
[ Fix ] Global support on WAMP
Resolves #58
It seems like base_path()
and getGlobalComposerHome()
don't quite match up on WAMP. Possibly some sort of symlinking. But by checking explicitly for isRunningLocally
instead of isRunningGlobally
and having global be the default fallback, I think this'll fix it.