Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ssh-setup-agent): correctly parse result
In dbd32b0 we switched to run_cmd to execute the ssh-agent. However, this wrapper returns the output as a single string instead of line-chunks. By that, we iterated over the single characters instead of the lines which broke the key-value parsing. This patch fixes this by splitting the string at the end-of-line delimiter. Reported-by: Jasper Orschulko <[email protected]> Signed-off-by: Felix Moessbauer <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information