Skip to content

Commit

Permalink
Update src/connector-cli/src/commands/init/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Beerens <[email protected]>
  • Loading branch information
psamusev and Matthiee authored Oct 3, 2024
1 parent 3cc3d7e commit 9b2f893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector-cli/src/commands/init/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function runInit(options: InitCommandOptions): Promise<void> {
});

verbose(
`Checking whether current directory is a git directory\n ${response}`
`Checking whether the current directory is a git directory\n ${response}`
);

// 7. init or add files to git project
Expand Down

0 comments on commit 9b2f893

Please sign in to comment.