Skip to content

Commit

Permalink
Removed /bin from linked directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ybushmanova committed Mar 31, 2015
1 parent a2a3745 commit 1e8e93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# set :linked_files, %w{config/database.yml}

# Default value for linked_dirs is []
set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system tmp/db_backups}
set :linked_dirs, %w{log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system tmp/db_backups}

# Default value for default_env is {}
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
Expand Down

0 comments on commit 1e8e93a

Please sign in to comment.