We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b727af2 commit 17ee594Copy full SHA for 17ee594
lib/backport_session.js
@@ -167,7 +167,7 @@ export default class BackportSession extends Session {
167
}
168
} else if (!this.isBranchUpToDateWithUpstream(this.stagingBranch)) {
169
const shouldSyncBranch = await cli.prompt(
170
- `It seems like your ${this.stagingBranch} is behind the ${this.upstream} remote` +
+ `It seems like your ${this.stagingBranch} is behind the ${this.upstream} remote ` +
171
'do you want to sync it?', { defaultAnswer: true });
172
173
if (shouldSyncBranch) {
0 commit comments