Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[libzypp] Use gpg2 instead of gpg
Signed-off-by: Juha Kallioinen <juha.kallioinen@jolla.com>
  • Loading branch information
kaltsi committed Nov 6, 2013
1 parent 62951f1 commit 41fe2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libzypp/zypp/PublicKey.cc
Expand Up @@ -157,7 +157,7 @@ namespace zypp
static filesystem::TmpDir dir;
const char* argv[] =
{
"gpg",
"gpg2",
"-v",
"--no-default-keyring",
"--fixed-list-mode",
Expand Down

0 comments on commit 41fe2d3

Please sign in to comment.