Remove another warning flag from a message

Another one missed in the merge.
This commit is contained in:
Greg Pfeil 2024-07-05 12:25:32 -06:00
parent 81f9458ba7
commit ddbfb35d4b
No known key found for this signature in database
GPG Key ID: 1193ACD196ED61F2

View File

@ -1438,7 +1438,7 @@ debugAliasTypeForce =
parse = \case
[oldName, newName] -> Input.AliasTypeI True <$> handleShortHashOrHQSplit'Arg oldName <*> handleSplit'Arg newName
_ ->
Left . warn $
Left $
P.wrap "`debug.alias.type.force` takes two arguments, like `debug.alias.type.force oldname newname`."
}