We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc906af commit 821bf66Copy full SHA for 821bf66
src/cli.ts
@@ -58,7 +58,7 @@ async function main(): Promise<void> {
58
console.log('*️⃣ Welcome to the Sourcegraph npm package initializer')
59
60
if (!(await exists('.git'))) {
61
- console.log('📘 .git directory not found, initilizing git repository')
+ console.log('📘 .git directory not found, initializing git repository')
62
await exec('git', ['init'])
63
}
64
0 commit comments