Skip to content

Commit

Permalink
Comment about configurePath order
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickxb committed Feb 5, 2016
1 parent 697e07e commit 4e3779d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/keybase/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ func mainInner(g *libkb.GlobalContext) error {
return err
}

// This sends the client's PATH to the service so the service can update
// its PATH if necessary. This is called after FixVersionClash(), which
// happens above in configureProcesses().
if err = configurePath(g, cl); err != nil {
return err
}
Expand Down

0 comments on commit 4e3779d

Please sign in to comment.