mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-06-08 07:47:39 -04:00
Revert "Fix scrpit resource name bug in vertx server."
This reverts commit 16d30d5bef.
This commit is contained in:
@@ -82,7 +82,7 @@ rm.get("/res") { req ->
|
||||
def purpose = req.params['purpose']
|
||||
log purpose, 'sdkman', SDKMAN_VERSION, req
|
||||
|
||||
def zipFile = 'build/distributions/sdkman-cli-scripts.zip' as File
|
||||
def zipFile = 'build/distributions/sdkman-scripts.zip' as File
|
||||
req.response.putHeader("Content-Type", "application/zip")
|
||||
req.response.sendFile zipFile.absolutePath
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user