Skip to content

Commit

Permalink
merge branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed May 28, 2024
1 parent f1fa6d6 commit acbab58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public TagManager copyWithBranch(String branchName) {
public Path tagDirectory() {
return new Path(getBranchPath(fileIO, tablePath, branch) + "/tag");
}

/** Return the path of a tag. */
public Path tagPath(String tagName) {
return new Path(getBranchPath(fileIO, tablePath, branch) + "/tag/" + TAG_PREFIX + tagName);
Expand Down

0 comments on commit acbab58

Please sign in to comment.