Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
chore(grunt): minor fix to grunt download task
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Apr 2, 2019
1 parent 79fbc8c commit 8ed5485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function(grunt) {
case 'linux':
os = 'linux';
break;
case 'windows':
case 'win32':
os = 'win';
break;
case 'darwin':
Expand Down

0 comments on commit 8ed5485

Please sign in to comment.