copy-patches.sh: update Laszlo's local username on his laptop

For reasons better not explained, Laszlo's local username on his laptop is
not "lersek" but "lacos".

related: rhbz#2011713

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Laszlo Ersek 2021-12-13 13:18:07 +01:00
parent db9d8a6e4c
commit 818a2d3d6a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ fi
case `id -un` in
rjones) git_checkout=$HOME/d/$project-rhel-$rhel_version ;;
lersek) git_checkout=$HOME/src/v2v/$project ;;
lacos) git_checkout=$HOME/src/v2v/$project ;;
*) git_checkout=$HOME/d/$project-rhel-$rhel_version ;;
esac
if [ ! -d $git_checkout ]; then