Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Jul 17, 2024
1 parent 9b9274b commit cefca66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { BitbucketChangeLogSource } from './source';
const baseUrl = 'https://bitbucket.org/';
const apiBaseUrl = 'https://api.bitbucket.org/';

const changelogMd = Fixtures.get('jest.md', '../..');
const changelogMd = Fixtures.get('jest.md', '..');

const upgrade = partial<BranchUpgradeConfig>({
manager: 'some-manager',
Expand Down

0 comments on commit cefca66

Please sign in to comment.