Skip to content

Commit 0711aef

Browse files
committed
Fix that some samples were missing
1 parent 657b38a commit 0711aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/mkdata.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rem
22
rem reads reference.json to produce per page json data files
33
rem
44

5-
const samplesPath = "/home/chrisws/src/smallbasic.samples/"
5+
const samplesPath = "/home/j7m/Programmieren/Basic/GIT/DickesDing/smallbasic.samples/"
66

77
tload "reference.json", s, 1
88
ref = array(s)

0 commit comments

Comments
 (0)