summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedant K2021-06-17 22:01:13 +0530
committerVedant K2021-06-17 22:01:13 +0530
commit36892f07f3ecc810d83b3b1a718c4bca9624856a (patch)
treefbec101aee2d312294fec0843be98ccc60757fe6
parent6b38048aee34c553f9f5d2b53357a7eb012907f2 (diff)
downloadaur-36892f07f3ecc810d83b3b1a718c4bca9624856a.tar.gz
tweak update script
-rwxr-xr-xupdate-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-version b/update-version
index 2ef324c3d781..fbeb628498de 100755
--- a/update-version
+++ b/update-version
@@ -76,7 +76,7 @@ function print_logo {
[[ -z "$SUDO_BIN" ]] && export SUDO_BIN=/usr/bin/sudo
[[ -z "$GIT_MESSAGE" ]] && export GIT_MESSAGE="$1"
-[[ -z "$GIT_FILES" ]] && export GIT_FILES="$PKGBUILD_PATH $SRC_INFO_PATH $INSTALL_HOOKS_PATH ./update-version"
+[[ -z "$GIT_FILES" ]] && export GIT_FILES="$PKGBUILD_PATH $SRCINFO_PATH $INSTALL_HOOKS_PATH ./update-version"
# Source the PKGBUILD so we can access its fields
source "$PKGBUILD_PATH"