Skip to content

Commit 74546e6

Browse files
ctemrubens
andauthored
Update src/services/checkpoints/CheckpointService.ts
Co-authored-by: Matt Rubens <[email protected]>
1 parent 6718255 commit 74546e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/checkpoints/CheckpointService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export class CheckpointService {
280280
}
281281

282282
await git.addConfig("user.name", "Roo Code")
283-
await git.addConfig("user.email", "support@roo.vet")
283+
await git.addConfig("user.email", "support@roocode.com")
284284

285285
if (!isExistingRepo) {
286286
// We need at least one file to commit, otherwise the initial

0 commit comments

Comments
 (0)