Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
fix: virtual tag routing for files
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Dec 30, 2020
1 parent 1757db8 commit 699508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func ResolveVirtualMajorTag(client *git.Client) func(resp *Response, req *Reques
}

req.VirtualTag = majorVersion
req.Params = []string{repoSlug, "tag", latestTag.Tag, path}
req.Params = []string{repoSlug, "tag", latestTag.Tag, "-", path}
FileHandler(client)(resp, req)
}
}
Expand Down

0 comments on commit 699508d

Please sign in to comment.