Skip to content

Commit 9f7c0fc

Browse files
jorgeepditommaso
andauthored
Update typo in message [ci fast]
Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com> Signed-off-by: Jorge Ejarque <jorgee@users.noreply.github.com>
1 parent 0ad076c commit 9f7c0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nf-lineage/src/main/nextflow/lineage/serde/LinTypeAdapterFactory.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class LinTypeAdapterFactory<T> extends RuntimeTypeAdapterFactory<T> {
9090
throw new JsonParseException("Parsed object is null")
9191
def versionEl = obj.get(VERSION_FIELD)
9292
if (versionEl == null || versionEl.asString != CURRENT_VERSION) {
93-
throw new JsonParseException("'Invalid or missing '${VERSION_FIELD}' property")
93+
throw new JsonParseException("Invalid or missing '${VERSION_FIELD}' property")
9494
}
9595
final typeEl = obj.get(getTypeFieldName())
9696
if( !typeEl )

0 commit comments

Comments
 (0)