Skip to content

Commit 2620cd6

Browse files
committed
Fix tableau connector qualifier
1 parent 0971f43 commit 2620cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/dra-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ PATH="$PATH:${JAVA_HOME}/bin" # Required by the following script
7575
if [[ -z "${VERSION_QUALIFIER:-}" ]]; then
7676
x-pack/plugin/sql/connectors/tableau/package.sh asm qualifier="$VERSION_SUFFIX"
7777
else
78-
x-pack/plugin/sql/connectors/tableau/package.sh asm qualifier="$VERSION_QUALIFIER"
78+
x-pack/plugin/sql/connectors/tableau/package.sh asm qualifier="-$VERSION_QUALIFIER"
7979
fi
8080

8181
# we regenerate this file as part of the release manager invocation

0 commit comments

Comments
 (0)