summarylogtreecommitdiffstats
path: root/aurto.install
diff options
context:
space:
mode:
Diffstat (limited to 'aurto.install')
-rw-r--r--aurto.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/aurto.install b/aurto.install
index 5612664c69e3..70dbec5c429f 100644
--- a/aurto.install
+++ b/aurto.install
@@ -4,7 +4,7 @@ set -eu
pre_remove() {
# If pacman.conf is still configured to use aurto warn that removing the package will break pacman
if grep -q '^Include = /etc/pacman.d/aurto$' /etc/pacman.conf; then
- echo -en "\\e[33mWarning: Aurto repo is still configured. "
+ echo -en "\\e[33mWarning: Aurto repo is still configured. " >&2
echo -e "Remove \"Include = /etc/pacman.d/aurto\" from /etc/pacman.conf\\e[39m" >&2
fi
}