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 be2e0b7 commit d9ac8efCopy full SHA for d9ac8ef
src/services/checkpoints/CheckpointService.ts
@@ -152,7 +152,7 @@ export class CheckpointService {
152
)
153
154
// Escalate to a forced checkout if we can't checkout the
155
- // main branch under nor
+ // main branch under normal circumstances.
156
currentBranch = await this.git.revparse(["--abbrev-ref", "HEAD"])
157
158
if (currentBranch !== this.mainBranch) {
0 commit comments