Tweak GpgKeyContext inline with recent change made to other helper contexts

This commit is contained in:
Ryan Gribble
2016-06-09 00:03:07 +10:00
parent 9e594a6451
commit 3977765796
4 changed files with 22 additions and 10 deletions
@@ -76,7 +76,7 @@ VO/+BCBsaoT4g1FFOmJhbBAD3G72yslBnUJmqKP/39pi
var key = await client.User.GpgKey.Create(new NewGpgKey(publicKey));
return new GpgKeyContext(key);
return new GpgKeyContext(client.Connection, key);
}
}
}