Skip to content

Commit 3620a0d

Browse files
committed
Fix output of 'core uninstall' completion
1 parent dd727cf commit 3620a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/arguments/completion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func GetUninstallableCores(ctx context.Context, srv rpc.ArduinoCoreServiceServer
8282

8383
platforms, _ := srv.PlatformSearch(ctx, &rpc.PlatformSearchRequest{
8484
Instance: inst,
85-
ManuallyInstalled: true,
85+
ManuallyInstalled: false,
8686
})
8787

8888
var res []string

0 commit comments

Comments
 (0)