mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Add --batch in batch mode (fixes #519)
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ func (g *GpgSigner) gpgArgs() []string {
|
||||
}
|
||||
|
||||
if g.batch {
|
||||
args = append(args, "--no-tty")
|
||||
args = append(args, "--no-tty", "--batch")
|
||||
}
|
||||
|
||||
return args
|
||||
|
||||
Reference in New Issue
Block a user