Skip to content

Commit

Permalink
Merge pull request #7 from StudioMelipone/master
Browse files Browse the repository at this point in the history
link_shared_paths task was creating relative links instead of absolute ones
  • Loading branch information
rstacruz committed Jun 12, 2012
2 parents b6d0b75 + 78b272e commit b421012
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 b421012

Please sign in to comment.