forked from toolshed/abra
fix: allow for client creation on default context
See coop-cloud/organising#206.
This commit is contained in:
@ -10,10 +10,10 @@ import (
|
||||
|
||||
func newConnectionHelper(daemonURL string) *connhelper.ConnectionHelper {
|
||||
helper, err := connhelper.GetConnectionHelper(daemonURL)
|
||||
|
||||
if err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
||||
return helper
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user