Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej committed Nov 15, 2023
1 parent 15266ee commit dca4f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flowser/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (a *App) executable(installDir string) (string, error) {
return "", errorPlatformNotSupported
}

// some linux installers may install app in folder present in PATH.
// some linux installers (e.g. for .deb file) move the app file to PATH dir (e.g. /usr/bin/flowser)
execFilePath, err := exec.LookPath("flowser")
if err == nil {
return execFilePath, nil
Expand Down

0 comments on commit dca4f84

Please sign in to comment.