Skip to content

Commit

Permalink
Added missing semi-colon on s3 service (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiancarloGomez authored Nov 3, 2023
1 parent 9fd05d5 commit bf0a6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/s3.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ component {
ret &= '<Part><ETag>#part.ETag#</ETag><PartNumber>#part.PartNumber#</PartNumber></Part>';
}

ret &= '</CompleteMultipartUpload>'
ret &= '</CompleteMultipartUpload>';
return xmlParse( ret );
}

Expand Down

0 comments on commit bf0a6ed

Please sign in to comment.