lib/gitolite/config/repo.rb in jbox-gitolite-1.2.6 vs lib/gitolite/config/repo.rb in jbox-gitolite-1.2.7
- old
+ new
@@ -93,15 +93,15 @@
desc += "\"#{@owner}\" " unless @owner.nil?
desc += "= \"#{@description}\""
end
end
+ end
- # Gets raised if a permission that isn't in the allowed
- # list is passed in
- class InvalidPermissionError < ArgumentError
- end
+ # Gets raised if a permission that isn't in the allowed
+ # list is passed in
+ class InvalidPermissionError < ArgumentError
end
end
end