Skip to content

Commit dce5e86

Browse files
TerryEbdonCopilot
andauthored
Update src/main/groovy/net/ebdon/yttozara/YtToZara.groovy
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fe6572a commit dce5e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/groovy/net/ebdon/yttozara/YtToZara.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class YtToZara {
217217
log.debug "Parsing JSON: $metadataFileName"
218218
ytMetadata = new JsonSlurper().parse( jsonFile )
219219
} else {
220-
log.debug "Mising: ${jsonFile.absolutePath}"
220+
log.debug "Missing: ${jsonFile.absolutePath}"
221221
ytMetadata = null
222222
}
223223
}

0 commit comments

Comments
 (0)