Explorar el Código

Convert one more occurrence of resource.id => resource.name.

Andrea Campi hace 12 años
padre
commit
320f14b65e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      providers/default.rb

+ 1 - 1
providers/default.rb

@@ -71,7 +71,7 @@ action :deploy do
       owner new_resource.owner
       group new_resource.group
       mode "0755"
-      variables :id => new_resource.id, :deploy_to => new_resource.path
+      variables :id => new_resource.name, :deploy_to => new_resource.path
     end
   end