Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 8beac84

Browse files
Update globalflags.go
Co-Authored-By: Dean Sheather <[email protected]>
1 parent 5bd868e commit 8beac84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

globalflags.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ func (gf *globalFlags) ensureDockerDaemon() {
4444
localBin := "/usr/local/bin"
4545
if !strings.Contains(path, localBin) {
4646
sep := fmt.Sprintf("%c", os.PathListSeparator)
47-
// Fix for MacOS to include /usr/local/bin where docker is commonly installed which is not included in $PATH when sail is launched by browser that was opened in Finder
4847
os.Setenv("PATH", strings.Join([]string{path, localBin}, sep))
4948
}
5049
}

0 commit comments

Comments
 (0)