Skip to content

Commit

Permalink
🐛 fix: variable name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbraun committed Oct 19, 2018
1 parent 734df2d commit 7efe7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const chalk = require('chalk');
const namer = require('color-namer');
const defaultTempalte = require('./templates/default');
const defaultTemplate = require('./templates/default');

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

0 comments on commit 7efe7c2

Please sign in to comment.