arrow_up: bump go-pluggable

This commit is contained in:
Ettore Di Giacinto
2022-07-16 15:24:10 +00:00
committed by Itxaka
parent c890936889
commit 5bb5ff9253

View File

@@ -21,5 +21,5 @@ func main() {
// Expected output: string
factory.Add(bus.EventChallenge, provider.Challenge)
factory.Run(pluggable.EventType(os.Args[1]), os.Args[2], os.Stdout)
factory.Run(pluggable.EventType(os.Args[1]), os.Stdin, os.Stdout)
}