Skip to content

Commit d8b0241

Browse files
committed
fix(temurin-jre): correct extract_dir in autoupdate - closes #552
1 parent 45af0df commit d8b0241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bucket/temurin-jre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"url": "$url.sha256.txt",
3636
"find": "^([a-fA-F0-9]+)\\s"
3737
},
38-
"extract_dir": "$matchTag-jre"
38+
"extract_dir": "$matchTag"
3939
}
4040
}

0 commit comments

Comments
 (0)