Skip to content

Commit

Permalink
Fix API url
Browse files Browse the repository at this point in the history
  • Loading branch information
Scritik committed Oct 10, 2016
1 parent 40495e6 commit 15ffe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ gulp.task('watch', function () {
// Download translations
gulp.task('langs:dl', ['langs:clean'], function () {
['en', 'fr', 'es'].forEach(function(lang) {
download('http://addons.prestashop.com/request/1/contributor/dependencies/6c7a3d34fa01934e71f53aae16f2698b/'+lang)
download('http://api.addons.prestashop.com/1/contributor/dependencies/6c7a3d34fa01934e71f53aae16f2698b/'+lang)
.pipe(buffer())
.pipe(rename("lang.json"))
.pipe(gulp.dest('langs/'+lang+'/'));
Expand Down

0 comments on commit 15ffe3e

Please sign in to comment.