diff --git a/constants.go b/constants.go index 3b64dee..31c8b29 100644 --- a/constants.go +++ b/constants.go @@ -415,6 +415,6 @@ var ( AttributeFirstJobID: TagInteger, AttributeStatusMessage: TagText, AttributeLimit: TagInteger, - AttributeOutputOrder: TagEnum, + AttributeOutputOrder: TagName, } )