Closed DarthSim closed 9 years ago
This PR fixes PATH env variable for gom exec command. Gom should add /the/project/path/_vendor/bin to PATH, but currently it adds /the/project/path/_vendor:/the/project/path/bin
/the/project/path/_vendor/bin
/the/project/path/_vendor:/the/project/path/bin
Thank you
This PR fixes PATH env variable for gom exec command. Gom should add
/the/project/path/_vendor/bin
to PATH, but currently it adds/the/project/path/_vendor:/the/project/path/bin