Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Apr 6, 2024
1 parent de8da58 commit 676142d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/grpc-samples/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ grpcurl \
-cert /tmp/runme/tls/cert.pem \
-key /tmp/runme/tls/key.pem \
-d @ \
127.0.0.1:9999 runme.runner.v1.RunnerService/ResolveVars < complex-script.json
127.0.0.1:9999 runme.runner.v1.RunnerService/ResolveProgram < complex-script.json
```
2 changes: 1 addition & 1 deletion internal/api/runme/runner/v2alpha1/runner.proto
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ service RunnerService {
// other fields will be ignored.
rpc Execute(stream ExecuteRequest) returns (stream ExecuteResponse) {}

// ResolveVars resolves variables from a script or a list of commands
// ResolveProgram resolves variables from a script or a list of commands
// using the provided sources, which can be a list of environment variables,
// a session, or a project.
// For now, the resolved variables are only the exported ones using `export`.
Expand Down

0 comments on commit 676142d

Please sign in to comment.