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

View File

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