Skip to content

Commit 2eb0a14

Browse files
committed
---
yaml --- r: 41834 b: refs/heads/master c: 1280a64 h: refs/heads/master v: v3
1 parent fa17f5c commit 2eb0a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b86c90b73a31fda69a78f251cf7cebdb86fcdba5
2+
refs/heads/master: 1280a64089358d679e010e48dcd18a3d6657d52e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/libcargo/pgp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ fn verify(root: &Path, data: &Path, sig: &Path) -> bool {
106106
let path = root.push("gpg");
107107
let res = gpgv(~[~"--homedir", path.to_str(),
108108
~"--keyring", ~"pubring.gpg",
109-
~"--verify",
109+
~"--verbose",
110110
sig.to_str(), data.to_str()]);
111111
if res.status != 0 {
112112
return false;

0 commit comments

Comments
 (0)