++add hostname

This commit is contained in:
Nico Schottelius 2021-01-25 16:04:59 +01:00
parent 0ed9a472a0
commit cf61e716f3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ for repo in ~/.ctt \
fi
git add .
git commit -m "updated by $0" || true
git commit -m "updated by $0 on $(hostname)" || true
git pull
git push
done