diff --git a/gulpfile.js b/gulpfile.js index 43c485d..413cf50 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -46,7 +46,7 @@ gulp.task('prepare-release', ['composer-install'], function() { .pipe(tar('geo-ip-plugin-' + version + '.tar')) .pipe(gzip()) ) - .pipe(chmod(0644)) + .pipe(chmod(644)) .pipe(gulp.dest('release')); });