Skip to content

Commit 91e3a9c

Browse files
committed
Merge branch 'master' of https://github.com/scm4j/scm4j-vcs-git
2 parents 54f870a + 48cf9c6 commit 91e3a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scm4j/vcs/GitVCS.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public String getFileContent(String branchName, String fileRelativePath, String
295295
git
296296
.pull()
297297
.setCredentialsProvider(credentials)
298-
.call(); //TODO: add test when we receive correct file version if we change it from another LWC
298+
.call();
299299

300300
ObjectId revisionCommitId = gitRepo.resolve(revision == null ? "refs/heads/" + getRealBranchName(branchName) : revision);
301301
if (revision == null && revisionCommitId == null) {

0 commit comments

Comments
 (0)