summaryrefslogtreecommitdiff
path: root/lib/api/entities
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/entities')
-rw-r--r--lib/api/entities/gpg_key.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities/gpg_key.rb b/lib/api/entities/gpg_key.rb
index a97e704a5dd..50b72680cc8 100644
--- a/lib/api/entities/gpg_key.rb
+++ b/lib/api/entities/gpg_key.rb
@@ -2,7 +2,7 @@
module API
module Entities
- class GPGKey < Grape::Entity
+ class GpgKey < Grape::Entity
expose :id, :key, :created_at
end
end