Skip to content

Commit dc010d5

Browse files
committed
fix command
1 parent 733ef7b commit dc010d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ cp gradle.properties.example ~/.gradle/gradle.properties
259259
Edit that file and set your `sonatypeUsername` and sonatypePassword`. You also need to set the values for your keys. Here's how to list/create them. [1](http://central.sonatype.org/pages/working-with-pgp-signatures.html).
260260

261261
```
262-
gpg2 --list-keys
262+
gpg --list-keys
263263
gpg --gen-key
264264
```
265265

0 commit comments

Comments
 (0)