Skip to content

Commit 689aa4e

Browse files
committed
fix grunt file
1 parent 70105d7 commit 689aa4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
var baseTask = "exec:ci-" + action.toLowerCase() + "-demo:" + platform.toLowerCase();
109109
grunt.task.run(
110-
baseTask + ":",
110+
baseTask + ":"
111111
);
112112
});
113113

0 commit comments

Comments
 (0)