chef/artifactory-client

copy_or_move method on Artifact calls client.post with the wrong number of arguments

Opened this issue · 0 comments

https://github.com/opscode/artifactory-client/blob/master/lib/artifactory/resources/artifact.rb#L681
Artifactory may not be using the post data, but the Artifactory::Client class still expects a data hash passed to its #post method.