mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-23 01:45:53 +00:00
The tilde character is expanded by the shell, not by the Flux CLI, so paths like ~/.ssh/id_ecdsa passed with =value syntax were opened verbatim and failed with a confusing "no such file or directory" error. Detect the leading '~' up front and surface a message pointing users at absolute paths or $HOME instead. Fixes #5591. Signed-off-by: Rafael Peroco <rafaelperoco@gmail.com> |
||
|---|---|---|
| .. | ||
| install | ||
| kustomization | ||
| sourcesecret | ||
| sync | ||
| doc.go | ||
| labels.go | ||
| manifest.go | ||
| tmpdir.go | ||