terminus-plugin-project / terminus-pancakes-plugin

Terminus Plugin to open Pantheon Site Databases in your Favorite SQL Client
MIT License
26 stars 20 forks source link

Removed app_home_location tilde in MySqlWorkbenchCommand.php #8

Closed uberhacker closed 8 years ago

uberhacker commented 8 years ago

Believe it or not, the tilde causes problems with file operations. I've seen the same thing happen in Mac OS also so we better add back in getenv('HOME') in the paths.

derimagia commented 8 years ago

Weird, tilde worked fine for me on mac, never had any issues with it but might as well just use the variable. Looks good