Skip to content

Commit

Permalink
[eas-cli] fix typo in onboarding commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed May 10, 2024
1 parent a621e39 commit 6c60035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eas-cli/src/commands/project/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default class Onboarding extends EasCommand {
await reviewAndCommitChangesAsync(
vcsClient,
`[eas-onboarding] Install dependencies${
shouldSetupCredentials ? 'and set up build credentials' : ''
shouldSetupCredentials ? ' and set up build credentials' : ''
}`,
{ nonInteractive: false }
);
Expand Down

0 comments on commit 6c60035

Please sign in to comment.