Skip to content

Commit 821bf66

Browse files
committed
fix: typo
1 parent cc906af commit 821bf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function main(): Promise<void> {
5858
console.log('*️⃣ Welcome to the Sourcegraph npm package initializer')
5959

6060
if (!(await exists('.git'))) {
61-
console.log('📘 .git directory not found, initilizing git repository')
61+
console.log('📘 .git directory not found, initializing git repository')
6262
await exec('git', ['init'])
6363
}
6464

0 commit comments

Comments
 (0)