Debugging sanitize.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-04-08 21:23:31 +00:00
parent ab394df662
commit 0c4fe0c301

View File

@ -150,7 +150,7 @@ FossilRepo >> sanitize: aFileNameWithRelativePath [
and return a relative path to put the fileb."
(aFileNameWithRelativePath beginsWith: '/uv')
ifTrue: [ ^ (aFileNameWithRelativePath copyFrom: 4 to: aFileNameWithRelativePath size) ]
ifTrue: [ ^ (aFileNameWithRelativePath copyFrom: 5 to: aFileNameWithRelativePath size) ]
]
{ #category : #authentication }