Skip to content

binaries path should be last in the priority lookup list (ENV PATH) #56

@Mzack9999

Description

@Mzack9999

pdtm version:

main|dev

Current Behavior:

The pdtm binaries path is prefixed to all others, erroneously giving priority of execution to those binaries located in the newly added directory:

script := fmt.Sprintf("export PATH=%s:$PATH\n\n", path)

Expected Behavior:

The path should be added as a suffix, leaving the current priority list intact.

Metadata

Metadata

Assignees

Labels

Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions