Updated download links

This commit is contained in:
Rashid Khan
2013-09-16 16:28:18 -07:00
parent 3633c5bee2
commit 608b66f3ce
3 changed files with 3 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ module.exports = function (grunt) {
upload: [
{
src: '<%= tempDir %>/dist.zip',
dest: 'kibana/releases/<%= pkg.name %>-latest.zip',
dest: 'kibana/kibana/<%= pkg.name %>-latest.zip',
}
]
}