Skip to content

Commit 7efe7c2

Browse files
committed
🐛 fix: variable name typo
1 parent 734df2d commit 7efe7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

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

33
const chalk = require('chalk');
44
const namer = require('color-namer');
5-
const defaultTempalte = require('./templates/default');
5+
const defaultTemplate = require('./templates/default');
66

77
const hexString = process.argv[2];
88
const colorName = namer(hexString).pantone[0].name;

0 commit comments

Comments
 (0)