lib/fdlcap/recipes/ruby_inline.rb in fdlcap-0.4.14 vs lib/fdlcap/recipes/ruby_inline.rb in fdlcap-0.4.15
- old
+ new
@@ -9,10 +9,10 @@
run "chmod -R 755 #{release_path}/tmp/ruby_inline/"
end
# todo - revisit this, currently a hack to temporarily fix an issue with sphinx and ruby_inline
task :chmod_release_path, :roles => :app, :except => {:no_release => true, :no_symlink => true} do
- run "chmod 755 #{release_path}"
+ run "chmod 755 #{current_path}"
end
#
# Callbacks
#
\ No newline at end of file