Skip to content

Commit

Permalink
Add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 21, 2020
1 parent de7a61e commit 14837e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/mainScript.ts
Expand Up @@ -10,7 +10,7 @@ export function getMainScript(): string {
.readFileSync(path.join(__dirname, '../../sh/husky.sh'), 'utf-8')
.replace('huskyVersion="0.0.0"', `huskyVersion="${pkg.version}"`)

return [getBanner(), mainScript].join('\n')
return [getBanner(), '', mainScript].join('\n')
}

export function createMainScript(gitHooksDir: string): void {
Expand Down

0 comments on commit 14837e5

Please sign in to comment.