Skip to content

Commit 7d52d2b

Browse files
author
DavidUnderdown
committed
remove extra ") that had crept in
1 parent 91a2b76 commit 7d52d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-schemas/metadata_v13_BT95B000.csvs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
folder: is("folder") or is("file")
77
covering_date_from: if($folder/is("file"),xDateTime,empty)
88
covering_date_to: if($folder/is("file"),xDateTime,empty)
9-
checksum: if($folder/is("file"),checksum(file($identifier)"),"SHA-256") not("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"),is(""))
9+
checksum: if($folder/is("file"),checksum(file($identifier),"SHA-256") not("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"),is(""))
1010
rights_copyright: is("Crown copyright")
1111
closure_period: is("0")
1212
closure_start_date: empty

0 commit comments

Comments
 (0)