Fixes as per PR review comments

This commit is contained in:
Henrik Andersson
2016-06-06 23:25:40 +10:00
parent df9ffd9b0d
commit 77b04efbdd
12 changed files with 38 additions and 39 deletions

View File

@@ -76,7 +76,7 @@ VO/+BCBsaoT4g1FFOmJhbBAD3G72yslBnUJmqKP/39pi
-----END PGP PUBLIC KEY BLOCK-----
";
var key = await client.User.GpgKeys.Create(new NewGpgKey(publicKey));
var key = await client.User.GpgKey.Create(new NewGpgKey(publicKey));
return new GpgKeyContext(key);
}