lib/gitolite/ssh_key.rb in gitolite-rugged-1.2.1.pre.devel vs lib/gitolite/ssh_key.rb in gitolite-rugged-1.2.2
- old
+ new
@@ -48,10 +48,10 @@
end
self.new(type, blob, email, owner, location)
end
- # Parse the key path above the key to be read.
+ # Parse the key path above the key to be read.
# As we can omit the location, there are two possible options:
#
# 1. Location is empty. Path is <keydir>/<owner>/
# 2. Location is non-empty. Path is <keydir>/<owner>/<location>
#