Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
nknguyenhc committed Jan 31, 2024
1 parent 8896267 commit b60a182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/github.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { LoggingService } from './logging.service';
const { Octokit } = require('@octokit/rest');
const CATCHER_ORG = 'CATcher-org';
const CATCHER_REPO = 'CATcher';
const BRANCH = 'test';
const BRANCH = 'main';
const UNABLE_TO_OPEN_IN_BROWSER = 'Unable to open this issue in Browser';
const BRANCH_CREATION_FAILED = `Unable to create ${BRANCH} branch.`;
function getSettingsUrl(org: string, repoName: string): string {
Expand Down

0 comments on commit b60a182

Please sign in to comment.