Skip to content

Commit ba44065

Browse files
committed
call Hasura.SetSourceName in Config.Substitute
to make sure Load() works as intended.
1 parent 93a0c5f commit ba44065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ type Config struct {
2121

2222
// Substitute -
2323
func (c *Config) Substitute() error {
24+
c.Hasura.SetSourceName()
2425
return nil
2526
}
2627

0 commit comments

Comments
 (0)