Skip to content

Commit

Permalink
fix: orange color not supported in every terminal (#12)
Browse files Browse the repository at this point in the history
fixes #10
  • Loading branch information
psi-4ward authored and ekoeryanto committed Jan 3, 2019
1 parent 64f3a0f commit 7b059be
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 @@ -23,7 +23,7 @@ module.exports = (options, context) => {
if (!hostname) {
return log(
`Not generating sitemap because required 'hostname' option doesn't exist`,
'orange'
'red'
)
}

Expand Down

0 comments on commit 7b059be

Please sign in to comment.