summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index a1b8d2a..37818b1 100644
--- a/.zshrc
+++ b/.zshrc
@@ -404,7 +404,7 @@ __chrootalias() {
esac
if [[ -z $chroot || -z $chroot_arch ]]; then
- echo "failed to determine chroot"
+ echo "failed to determine chroot for \"$1\""
return 1
fi