mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
cmd: move compatibility plugins to extra/ directory
This commit is contained in:
parent
50a81fd5a9
commit
f1cc23a3f6
4 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ var buildExtraCommands = sync.OnceValue(func() error {
|
|||
cmd.Args = append(cmd.Args, "-cover")
|
||||
}
|
||||
cmd.Args = append(cmd.Args, "filippo.io/age/cmd/age-keygen")
|
||||
cmd.Args = append(cmd.Args, "filippo.io/age/cmd/age-plugin-pq")
|
||||
cmd.Args = append(cmd.Args, "filippo.io/age/extra/age-plugin-pq")
|
||||
cmd.Args = append(cmd.Args, "filippo.io/age/cmd/age-plugin-batchpass")
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
|
|
|
|||
Loading…
Reference in a new issue