WIP adopt updated yaml-config with 'fromdefaults' struct tag
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ type Push struct {
|
||||
replication *replication.Replication
|
||||
}
|
||||
|
||||
func PushFromConfig(g config.Global, in *config.PushJob) (j *Push, err error) {
|
||||
func PushFromConfig(g *config.Global, in *config.PushJob) (j *Push, err error) {
|
||||
|
||||
j = &Push{}
|
||||
j.name = in.Name
|
||||
|
||||
Reference in New Issue
Block a user