Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RtContents uses hardcoded master branch instead of default branch. #1626

Closed
volodya-lombrozo opened this issue Mar 29, 2023 · 0 comments · Fixed by #1627
Closed

RtContents uses hardcoded master branch instead of default branch. #1626

volodya-lombrozo opened this issue Mar 29, 2023 · 0 comments · Fixed by #1627

Comments

@volodya-lombrozo
Copy link
Contributor

RtContents uses hardcoded master branch instead of default branch.
It could lead to some problems like that.

    @Override
    public Content get(
        final String path
    ) throws IOException {
        return this.content(path, "master");
    }

We can also replace all other similar places where we use "master" branch instead of default branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant