I run
upload('bin/rvm_install.sh','~/rvm_install.sh')
in my deployment of Capistrano script. And he spits out the following error:
capistrano-2.14.2/lib/capistrano/configuration/namespaces.rb:110:in `block in define_task': wrong number of arguments (2 for 0) (ArgumentError)
Why is this happening?
source share