<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -25,7 +25,7 @@ namespace :deploy do
         deploy.start
     end
     
-    task :symlink_config do
+    task :symlink_shared do
       run &quot;ln -nfs #{shared_path}/waferbaby.yml #{deploy_to}/current/waferbaby.yml&quot;
     end
 end
@@ -33,9 +33,9 @@ end
 namespace :thin do
     %w(start stop restart).each do |action|
         task action.to_sym, :roles =&gt; :app do
-            run &quot;cd #{deploy_to}/current/ &amp;&amp; /var/lib/gems/1.8/bin/thin #{action} -R rack.ru -C thin.yml&quot;
+            run &quot;/var/lib/gems/1.8/bin/thin #{action} -C #{deploy_to}/current/thin.yml&quot;
         end
     end
 end
 
-after &quot;deploy:symlink&quot;, &quot;deploy:symlink_config&quot;
\ No newline at end of file
+after &quot;deploy:symlink&quot;, &quot;deploy:symlink_shared&quot;
\ No newline at end of file</diff>
      <filename>Capfile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>32c16b00dd5ba8e2b83ddb87b54a372802c905d0</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Bogan</name>
    <email>github.com@waferbaby.com</email>
  </author>
  <url>http://github.com/waferbaby/waferbaby/commit/4f7aeaefb5db1c012d8ef2a336b50babf11c3ec2</url>
  <id>4f7aeaefb5db1c012d8ef2a336b50babf11c3ec2</id>
  <committed-date>2009-10-30T03:09:09-07:00</committed-date>
  <authored-date>2009-10-30T03:09:09-07:00</authored-date>
  <message>Renamed symlink_config to symlink_shared, and changed the thin action to use the config file for everything.</message>
  <tree>8da90115dc0cacb74beab587a05344de6a0fdcde</tree>
  <committer>
    <name>Daniel Bogan</name>
    <email>github.com@waferbaby.com</email>
  </committer>
</commit>
