From 818a2d3d6a80a3556f56b50522ad6f6036176545 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Mon, 13 Dec 2021 13:18:07 +0100 Subject: [PATCH] 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 --- copy-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy-patches.sh b/copy-patches.sh index a6d8521..23d4fd0 100755 --- a/copy-patches.sh +++ b/copy-patches.sh @@ -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