From 74cfab692fd9808c1ea6a6cc6f45c348deb4fd72 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Sat, 15 Sep 2012 20:26:08 +0200 Subject: [PATCH] Renamed unicorn.rb.orig to unicorn.rb.example since this seems to be more in line with the common used naming in the config directory. Plus seeing *.orig files I think of the leftovers of git merges, which left me puzzled for quite some time. --- config/{unicorn.rb.orig => unicorn.rb.example} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/{unicorn.rb.orig => unicorn.rb.example} (100%) diff --git a/config/unicorn.rb.orig b/config/unicorn.rb.example similarity index 100% rename from config/unicorn.rb.orig rename to config/unicorn.rb.example