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 Apr 2, 2015
1 parent 7a9af93 commit 8a9d411
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 8a9d411

Please sign in to comment.