1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Issue legacy path warnings to stderr

To make it possible to ignore the warning e.g. when running yadm
introspect repo in the bash completion.
This commit is contained in:
Erik Flodin
2020-12-27 22:22:32 +01:00
parent df2ff5ec70
commit 5e9c5cf66c
2 changed files with 4 additions and 4 deletions

2
yadm
View File

@@ -1506,7 +1506,7 @@ function issue_legacy_path_warning() {
path_list="$path_list * $legacy_path"$'\n'
done
cat <<EOF
cat <<EOF >&2
**WARNING**
Legacy paths have been detected.