mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
e52af0ac20
Previously defining `remote_task` inside a namespace resulted in scoping the file name to the namespace. For example file named config/database.yaml inside shared namespace would result in: shared:config/database.yml That is surely unwanted behaviour. Fix is simple. Introducing Capistrano::UploadTask that inherits from Rake::FileCreationTask. These Rake File tasks are not carrying the namespace in their name. |
||
---|---|---|
.. | ||
capistrano | ||
capistrano_spec.rb |