Skip to content

Commit 0ad48e0

Browse files
cmaglieper1234
andcommitted
Update rpc/cc/arduino/cli/commands/v1/lib.proto
Co-authored-by: per1234 <[email protected]>
1 parent 05f0d49 commit 0ad48e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rpc/cc/arduino/cli/commands/v1/lib.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/lib.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ message LibraryInstallRequest {
4545
// Set to true to skip installation of specified library's dependencies,
4646
// defaults to false.
4747
bool no_deps = 4;
48-
// Set to true to skip installation a different version of the library or one
49-
// of its dependencies is already installed, defaults to false.
48+
// Set to true to skip installation if a different version of the library or
49+
// one of its dependencies is already installed, defaults to false.
5050
bool no_overwrite = 5;
5151
}
5252

0 commit comments

Comments
 (0)