Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald authored Jan 8, 2019
1 parent 84e58d1 commit bd876ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func NewFake(fakeMode FakeMode, targetName string, packagePath string, fakeName
}

f.Imports.Add("sync", "sync")
err := f.loadPackages()
err := f.loadPackages(workingDir)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit bd876ff

Please sign in to comment.