Skip to content

Commit

Permalink
update pull request #150
Browse files Browse the repository at this point in the history
  • Loading branch information
gabskoro committed May 13, 2014
1 parent 3b7f7d2 commit c171bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mina/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def check_for_changes_script(options={})
:at => [*asset_paths],
:skip => %[
echo "-----> Skipping asset precompilation"
#{echo_cmd %[cp -R #{deploy_to}/#{current_path}/public/assets ./public/]}
#{echo_cmd %[cp -R "#{deploy_to}/#{current_path}/public/assets" "./public"]}
],
:changed => %[
echo "-----> #{message}"
Expand Down

0 comments on commit c171bc1

Please sign in to comment.