No longer expect to skip first line of gopass output.

master v0.9.2
Ezekiel Grave 2021-11-09 06:06:12 -08:00
parent 08b108707a
commit fa8acdba96
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ func main() {
var b2 bytes.Buffer
if err := Execute(&b2,
exec.Command("qubes-pass-client", "show", "-o", selection),
exec.Command("sed", "2q;d"),
exec.Command("timeout", "--preserve-status", "12", "xclip", "-quiet", "-in", "-loops", "1", "-wait", "66", "-selection", "clipboard"),
); err != nil {
log.Fatalln(err)