Skip to content

Commit 20b9df0

Browse files
author
JelteMX
committed
Small typo in Gulp
1 parent 084776c commit 20b9df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ gulp.task("icon", function (cb) {
6969
console.log("\nUsing this file to create a base64 string: " + gutil.colors.cyan(icon));
7070
gulp.src(icon)
7171
.pipe(intercept(function (file) {
72-
console.log("\nCopy the following to your " + pkg.name + ".xml (after description):\n\n" + gutil.colors.cyan("<icon>") + file.contents.toString("base64") + gutil.colors.cyan("<\\icon>") + "\n");
72+
console.log("\nCopy the following to your " + pkg.name + ".xml (after description):\n\n" + gutil.colors.cyan("<icon>") + file.contents.toString("base64") + gutil.colors.cyan("<\/icon>") + "\n");
7373
cb();
7474
}));
7575
});

0 commit comments

Comments
 (0)