Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 3bf76e8

Browse files
committed
updated helper file
1 parent d572fc3 commit 3bf76e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var prompt = require('prompt');
1616
var ncp = require('ncp').ncp;
1717
var mkdirp = require('mkdirp');
1818
var chalk = require('chalk');
19-
const sanitizePath = require('./Utility');
19+
const sanitizePath = require('./utility');
2020
var log = console.log;
2121
var success = chalk.green;
2222
var error = chalk.red;

0 commit comments

Comments
 (0)