Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongqiang YANG committed Jan 2, 2025
1 parent dcb54c5 commit 194da5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ public Status list(String remotePath, List<RemoteFile> result) {
100,
0));
} else {
result.add(new RemoteFile(location + "//" + Repository.PREFIX_REPO + repoName + "//"
result.add(new RemoteFile(location + "/" + Repository.PREFIX_REPO + repoName + "/"
+ Repository.PREFIX_SNAPSHOT_DIR + "s1", false, 100, 0));
result.add(new RemoteFile(location + "/" + Repository.PREFIX_REPO + repoName + "//"
result.add(new RemoteFile(location + "/" + Repository.PREFIX_REPO + repoName + "/"
+ Repository.PREFIX_SNAPSHOT_DIR + "s2", false, 100, 0));
}
return Status.OK;
Expand Down

0 comments on commit 194da5f

Please sign in to comment.