Skip to content

Commit c5a085d

Browse files
committed
relocate
1 parent 183fc83 commit c5a085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-rc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const downloadRC = () => {
4444
}
4545

4646
function downloadArtifact(repo, artifactId, version, classifier = '') {
47-
const filename = classifier ? `${artifactId}-${version}-${classifier}.jar` : `hazelcast-${version}.jar`;
47+
const filename = classifier ? `${artifactId}-${version}-${classifier}.jar` : `${artifactId}-${version}.jar`;
4848
let artifact = `com.hazelcast:${artifactId}:${version}:jar`;
4949
if (classifier) {
5050
artifact += `:${classifier}`;

0 commit comments

Comments
 (0)