Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit b2ef4d9

Browse files
authored
Merge pull request #10 from umm-projects/fix_init_script
Fix invalid method name
2 parents 257b749 + 2135843 commit b2ef4d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/umm/init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var loadUMMConfig = (callback) => {
2222
return;
2323
}
2424
if (!process.argv[2].match(/@/)) {
25-
console.warning('Recommend you to create as scoped package');
25+
console.warn('Recommend you to create as scoped package');
2626
}
2727

2828
fs.access(

0 commit comments

Comments
 (0)