Skip to content

Commit f631ea6

Browse files
Samasaur1Kyle-Ye
andauthored
Fix typo in markdown-tool validation error (#104)
Co-authored-by: Kyle <[email protected]>
1 parent 6b9aade commit f631ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/markdown-tool/Commands/FormatCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ extension MarkdownCommand {
209209
}
210210

211211
guard let unorderedListMarker = MarkupFormatter.Options.UnorderedListMarker(argument: unorderedListMarker) else {
212-
throw ArgumentParser.ValidationError("The value '\(self.emphasisMarker)' is invalid for '--unordered-list-marker'")
212+
throw ArgumentParser.ValidationError("The value '\(self.unorderedListMarker)' is invalid for '--unordered-list-marker'")
213213
}
214214

215215
let orderedListNumerals: MarkupFormatter.Options.OrderedListNumerals

0 commit comments

Comments
 (0)