Fixing STON export to improve Fossil integration.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-02-13 22:48:51 -05:00
parent a5759d886d
commit dc018e614f
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ Tiddler >> exportJSONFile [
{ #category : #accessing }
Tiddler >> exportSTONFile [
self exportSTONFileInto: 'tiddlers'
^ self exportSTONFileInto: 'tiddlers'
]
{ #category : #accessing }