Skip to content

Commit db1baa3

Browse files
committed
wip almost not everything is broken
1 parent ac372a6 commit db1baa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/link/link.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func Run(ctx context.Context, projectRef string, fsys afero.Fs, options ...func(
7676
func LinkServices(ctx context.Context, projectRef, anonKey string, fsys afero.Fs) {
7777
// Ignore non-fatal errors linking services
7878
var wg sync.WaitGroup
79-
wg.Add(7)
79+
wg.Add(8)
8080
go func() {
8181
defer wg.Done()
8282
if err := linkDatabaseSettings(ctx, projectRef); err != nil && viper.GetBool("DEBUG") {

0 commit comments

Comments
 (0)