fix: use correct ydotool branch

This commit is contained in:
s3lph 2024-11-23 22:40:33 +01:00
parent 6fe30b9a6f
commit 37ef05964c
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -6,6 +6,7 @@ ROOT=$(pwd)
function fetch() {
git clone https://github.com/s3lph/ydotool "${SRCDIR}/ydotool"
git checkout feat-getpwnam
}
function prepare() {