summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index ad3f4a0..b3cc876 100644
--- a/zshrc
+++ b/zshrc
@@ -413,7 +413,7 @@ upgrade-came() {
mkdir hosts/chroot-$i 2>/dev/null || continue;
echo $i;
preexec $i;
- ssh $i -t 'apt-get update &&
+ ssh -l root $i -t 'apt-get update &&
if [ -e /usr/bin/apt-get.distrib ]; then
aptitude dist-upgrade;
else