We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945eac1 commit b0c7ecbCopy full SHA for b0c7ecb
1 file changed
cmd/trace/cli/agent/external/capabilities.go
@@ -54,7 +54,7 @@ func (w *wrappedAgent) IsPreview() bool { return w.ea.IsPreview() }
54
func (w *wrappedAgent) DetectPresence(ctx context.Context) (bool, error) {
55
return w.ea.DetectPresence(ctx)
56
}
57
-func (w *wrappedAgent) ProtectedDirs() []string { return w.ea.ProtectedDirs() }
+func (w *wrappedAgent) ProtectedDirs() []string { return w.ea.ProtectedDirs() }
58
func (w *wrappedAgent) ReadTranscript(ref string) ([]byte, error) { return w.ea.ReadTranscript(ref) }
59
60
func (w *wrappedAgent) ChunkTranscript(ctx context.Context, c []byte, m int) ([][]byte, error) {
0 commit comments