git.sr.ht: correct path to gitsrht-shell
1 files changed, 1 insertions(+), 1 deletions(-) M sr.ht/git.sr.ht/APKBUILD
M sr.ht/git.sr.ht/APKBUILD => sr.ht/git.sr.ht/APKBUILD +1 -1
@@ 30,7 30,7 @@ build() { python3 setup.py build cd gitsrht-dispatch go build - cd gitsrht-shell + cd ../gitsrht-shell go build }