Skip to content

Commit

Permalink
BugFix: a typoo
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
  • Loading branch information
SlySven committed Sep 17, 2020
1 parent 30f5a70 commit 8c190c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/appveyor.set-build-info.sh
Expand Up @@ -26,7 +26,7 @@ if [ "${APPVEYOR_REPO_TAG}" = "false" ]; then
fi

if [ -p ${APPVEYOR_PULL_REQUEST_NUMBER} ] ; then # building for a PR
COMMIT=$(git rev-parse --short "${APPVEYOR_PULL_REQUEST_HEAD_COMMIT})"
COMMIT=$(git rev-parse --short "${APPVEYOR_PULL_REQUEST_HEAD_COMMIT}")
MUDLET_VERSION_BUILD="${MUDLET_VERSION_BUILD}-PR${APPVEYOR_PULL_REQUEST_NUMBER}-${COMMIT}"
else
COMMIT=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit 8c190c5

Please sign in to comment.