Skip to content

Commit

Permalink
fix: modify the return value “os” to “cloud”
Browse files Browse the repository at this point in the history
Signed-off-by: arthur657834 <[email protected]>
  • Loading branch information
arthur657834 authored and MandssS committed Nov 29, 2022
1 parent 1079858 commit d7cae27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec/cloud/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func NewExecutor() spec.Executor {
}

func (*Executor) Name() string {
return "os"
return "cloud"
}

func (e *Executor) Exec(uid string, ctx context.Context, model *spec.ExpModel) *spec.Response {
Expand Down

0 comments on commit d7cae27

Please sign in to comment.