Skip to content

Commit 2771622

Browse files
committed
fix typo
1 parent 3444d8d commit 2771622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cmd/compute/exec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func newComputeExec() *cobra.Command {
9292

9393
cmd.Flags().String("sandbox-id", "", "ID of the compute to execute the command against")
9494
cmd.Flags().String("session-id", "", "The session the compute belongs to")
95-
cmd.Flags().Int("timeout", 0, "The executione timeout in milliseconds")
95+
cmd.Flags().Int("timeout", 0, "The execution timeout in milliseconds")
9696

9797
return cmd
9898
}

proto/depot/ci/v1/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto3";
22

33
package depot.ci.v1;
44

5-
option go_package = "github.com/depot/api/proto/depot/ci/v1;civ1";
5+
option go_package = "github.com/depot/cli/pkg/proto/depot/ci/v1;civ1";
66

77
// DepotComputeApi is a collection of public APIs to manage Compute on Depot platform.
88
service DepotComputeService {

0 commit comments

Comments
 (0)