Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #318 from maximevaillancourt/fix-upload-folder-ope…
Browse files Browse the repository at this point in the history
…n-path

Fix Upload folder path in 'open:zip' gulp task
  • Loading branch information
t-kelly authored Oct 12, 2017
2 parents 0b05c56 + bea81ae commit 073a449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slate-tools/src/tasks/deploy-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ gulp.task('open:admin', () => {
* @static
*/
gulp.task('open:zip', () => {
return open('./upload/');
return open('upload');
});

0 comments on commit 073a449

Please sign in to comment.