-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing 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.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
Description
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:
Line 38 in 277a879
| 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.Nothing 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.Inconsistencies or issues which will cause an issue or problem for users or implementors.