"Cant" -> "Can't"
This commit is contained in:
parent
6ebd360cf2
commit
6af38f5145
7 changed files with 8 additions and 8 deletions
|
@ -137,7 +137,7 @@ module Gitlab
|
|||
owner_name = repo.permissions[0]["RW+"][""][0]
|
||||
raise StandardError if owner_name.blank?
|
||||
rescue => ex
|
||||
puts "Cant determine gitolite-admin owner".red
|
||||
puts "Can't determine gitolite-admin owner".red
|
||||
raise StandardError
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue