Skip to content

Commit

Permalink
link_shared_paths task was creating relative links instead of absolut…
Browse files Browse the repository at this point in the history
…e ones.
  • Loading branch information
Flink committed Jun 12, 2012
1 parent b6d0b75 commit 78b272e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mina/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
end

cmds += shared_paths.map do |file|
echo_cmd %{ln -s "#{shared_path}/#{file}" "./#{file}"}
echo_cmd %{ln -s "#{deploy_to}/#{shared_path}/#{file}" "./#{file}"}
end

queue %{
Expand Down

0 comments on commit 78b272e

Please sign in to comment.