lib/copy_task.rb in machinery-tool-1.22.1 vs lib/copy_task.rb in machinery-tool-1.22.2

- old
+ new

@@ -13,10 +13,10 @@ # along with this program; if not, contact SUSE LLC. # # To contact SUSE about this file by physical or electronic mail, # you may find current contact information at www.suse.com -class CopyTask +class Machinery::CopyTask def copy(store, from, to) store.copy(from, to) end end