File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ syntax = "proto3";
22
33package 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.
88service DepotComputeService {
You can’t perform that action at this time.
0 commit comments