This commit is contained in:
Vokhmin Alexey V 2013-11-15 20:32:50 +04:00
parent 51e7ed426f
commit 65cfed25ab
1 changed files with 1 additions and 1 deletions

View File

@ -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