Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Apr 19, 2020
1 parent cc906af commit 821bf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function main(): Promise<void> {
console.log('*️⃣ Welcome to the Sourcegraph npm package initializer')

if (!(await exists('.git'))) {
console.log('📘 .git directory not found, initilizing git repository')
console.log('📘 .git directory not found, initializing git repository')
await exec('git', ['init'])
}

Expand Down

0 comments on commit 821bf66

Please sign in to comment.