minor fix project

This commit is contained in:
Timothy N. Tsvetkov 2011-04-28 11:32:27 +04:00
parent d176fff576
commit 84f905910e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Project < ActiveRecord::Base
if result == BuildServer::SUCCESS
return true
else
raise "Failed to delete repository #{name} (repo #{repository.name}) inside platform #{platform.name}."
raise "Failed to delete repository #{name} (repo #{repository.name}) inside platform #{repository.platform.name}."
end
end
end