Skip to content

Commit f2955a5

Browse files
committed
Fix updates tc-accepted link in server to cdk-2.1.0 release
1 parent fd502ea commit f2955a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulp-tasks/https-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function handleRequest(req, res){
3434
} else if(req.method === "GET") {
3535
let url = req.url;
3636
console.log(`Url='${url}'`);
37-
if (url.endsWith("/download-manager/rest/tc-accepted?downloadURL=/file/cdk-2.0.0-beta3.zip")) {
37+
if (url.endsWith("/download-manager/rest/tc-accepted?downloadURL=/file/cdk-2.1.0.zip")) {
3838
res.end('true');
3939
} else if(url.endsWith("/favicon.ico")) {
4040
} else {

0 commit comments

Comments
 (0)