From 0ea7e9e0e586d092bcc991789dbf23b5981204a3 Mon Sep 17 00:00:00 2001 From: Christian Heusel Date: Mon, 12 Jun 2023 19:14:24 +0200 Subject: chore(doc): fix spelling typo in pkgrel detection Signed-off-by: Christian Heusel Signed-off-by: Levente Polyak --- src/lib/build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/build/build.sh b/src/lib/build/build.sh index 3394395..aa2293c 100644 --- a/src/lib/build/build.sh +++ b/src/lib/build/build.sh @@ -329,7 +329,7 @@ pkgctl_build() { # increment pkgrel on rebuild if (( REBUILD )); then - # try to figure out of pkgrel has been changed + # try to figure out if pkgrel has been changed if ! old_pkgrel=$(git_diff_tree HEAD PKGBUILD | grep --perl-regexp --only-matching --max-count=1 '^-pkgrel=\K\w+'); then old_pkgrel=${pkgrel} fi -- cgit v1.2.3-54-g00ecf