diff --git a/data/reusables/gpg/copy-gpg-key-id.md b/data/reusables/gpg/copy-gpg-key-id.md
index 326f685f78..e160fb4226 100644
--- a/data/reusables/gpg/copy-gpg-key-id.md
+++ b/data/reusables/gpg/copy-gpg-key-id.md
@@ -1,9 +1,9 @@
1. From the list of GPG keys, copy the long form of the GPG key ID you'd like to use. In this example, the GPG key ID is `3AA5C34371567BD2`:
- ```shell{:copy}
+ ```shell{:copy}
$ gpg --list-secret-keys --keyid-format=long
/Users/hubot/.gnupg/secring.gpg
------------------------------------
sec 4096R/3AA5C34371567BD2 2016-03-10 [expires: 2017-03-10]
uid Hubot
ssb 4096R/42B317FD4BA89E7A 2016-03-10
- ```
+ ```