Skip to content

Commit d9ac8ef

Browse files
committed
Complete the comment
1 parent be2e0b7 commit d9ac8ef

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
@@ -152,7 +152,7 @@ export class CheckpointService {
152152
)
153153

154154
// Escalate to a forced checkout if we can't checkout the
155-
// main branch under nor
155+
// main branch under normal circumstances.
156156
currentBranch = await this.git.revparse(["--abbrev-ref", "HEAD"])
157157

158158
if (currentBranch !== this.mainBranch) {

0 commit comments

Comments
 (0)