From f70e775dbd7c53ebb6e3cd2ec1af8d73d13449b0 Mon Sep 17 00:00:00 2001 From: Amine Hilaly Date: Sat, 15 Jun 2019 02:33:06 +0200 Subject: Store bridge type alongside the other params in the config --- commands/bridge_pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/bridge_pull.go') diff --git a/commands/bridge_pull.go b/commands/bridge_pull.go index f99588825..c7a22d6da 100644 --- a/commands/bridge_pull.go +++ b/commands/bridge_pull.go @@ -23,7 +23,7 @@ func runBridgePull(cmd *cobra.Command, args []string) error { if len(args) == 0 { b, err = bridge.DefaultBridge(backend) } else { - b, err = bridge.NewBridgeFromFullName(backend, args[0]) + b, err = bridge.LoadBridge(backend, args[0]) } if err != nil { -- cgit v1.2.3