diff --git a/src/datastore_mad/remotes/vcenter/cp b/src/datastore_mad/remotes/vcenter/cp index 0807a5f54f..915676b9d0 100755 --- a/src/datastore_mad/remotes/vcenter/cp +++ b/src/datastore_mad/remotes/vcenter/cp @@ -174,7 +174,7 @@ files_to_upload.each_with_index do |f, index| stdout_str, status = Open3.capture2(cmd) if last_file_to_upload?(index, files_to_upload) - puts stdout_str + puts "%s %s" % [stdout_str, "vmdk"] end next if status.success?