Skip to content

Commit 95631ca

Browse files
committed
wip
1 parent 95faa2d commit 95631ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/supervisor/pkg/supervisor/supervisor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ func installDotfiles(ctx context.Context, cfg *Config, tokenService *InMemoryTok
496496
Location: dotfilePath,
497497
RemoteURI: repo,
498498
}
499-
done <- client.Clone(ctx, false)
499+
done <- client.Clone(ctx)
500500
close(done)
501501
}()
502502
select {

0 commit comments

Comments
 (0)