Skip to content

Commit a5284bb

Browse files
committed
Update hash-files.simba
1 parent 8249782 commit a5284bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/hash-files.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const
2-
PATH: String = SimbaEnv.SimbaPath + 'wasp-data' + PATH_SEP
2+
PATH: String = SimbaEnv.SimbaPath + 'wasp-data' + PATH_SEP;
33
SKIP: TStringArray = [PATH + 'LICENSE', PATH + 'README.md'];
44
var
55
files: TStringArray;

0 commit comments

Comments
 (0)