Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Sep 2, 2024
1 parent c9ab38a commit e1f89b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Norch.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { resolve, dirname } from 'path'
import figlet from 'figlet'

export class Norch {
constructor (ops = {}) {
constructor(ops = {}) {
const defaultConfigFile = JSON.parse(
readFileSync('./src/defaultConfig.json', 'utf8')
)
Expand Down Expand Up @@ -53,7 +53,7 @@ export class Norch {
console.log(
`
${figlet
.textSync('NORCH', { font: 'isometric1', horizontalLayout: 'full' })
.textSync('NORCH', { font: 'Isometric1', horizontalLayout: 'full' })
.replace(/(?:\n)/g, '\n ')}
(c) 2013-${new Date(
Expand Down

0 comments on commit e1f89b6

Please sign in to comment.