Skip to content

Commit b913f7a

Browse files
committed
fix whitespaces
1 parent ecab2e8 commit b913f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/get-bc-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [[ -z "$MANIFEST" ]]; then
3434
exit 1
3535
fi
3636

37-
CURRENT_VERSION = $(sed -n 's/^elasticsearch[[:space:]]*=[[:space:]]*\(.*\)/\1/p' build-tools-internal/version.properties)
37+
CURRENT_VERSION=$(sed -n 's/^elasticsearch[[:space:]]*=[[:space:]]*\(.*\)/\1/p' build-tools-internal/version.properties)
3838

3939
BC_VERSION=$(echo "$MANIFEST" | jq .version)
4040
BC_COMMIT_HASH=$(echo "$MANIFEST" | jq .projects.elasticsearch.commit_hash)

0 commit comments

Comments
 (0)