Skip to content

Commit db45017

Browse files
- One lousy character.
1 parent e25d47e commit db45017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ jobs:
14381438
exit 1
14391439
fi
14401440
digestContainsSpaces="$(echo "${THIS_STACKQL_DIGEST}" | grep ' ')" || true
1441-
if [ "${digestContainsSpaces}" != "" ]; then`
1441+
if [ "${digestContainsSpaces}" != "" ]; then
14421442
echo "Digest '${THIS_STACKQL_DIGEST}' contains spaces, as found for platform ${platform}" >&2
14431443
exit 1
14441444
fi

0 commit comments

Comments
 (0)