From 65cfed25aba9fad600c1de87765b61270684601d Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Fri, 15 Nov 2013 20:32:50 +0400 Subject: [PATCH] #321: misprint --- app/models/project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/project.rb b/app/models/project.rb index d52c84862..86ffc7087 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -166,7 +166,7 @@ class Project < ActiveRecord::Base end end ensure - FileUtils.remove_entry_secure dir if if defined?(dir) + FileUtils.remove_entry_secure dir if defined?(dir) end end