Supporting unversioned files downloads.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-04-08 22:40:12 +00:00
parent 5966d7fe76
commit abf3c0b9a7
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ FossilRepo >> lastVersionPath: aFileNameWithRelativePath [
case or the unversioned one."
(self isUnversioned: aFileNameWithRelativePath)
ifTrue: [ ^ aFileNameWithRelativePath ]
ifTrue: [ ^ '/', aFileNameWithRelativePath ]
ifFalse: [ ^ '/doc/tip/', aFileNameWithRelativePath ]
]