Skip to content

Commit

Permalink
refactor rmb
Browse files Browse the repository at this point in the history
Signed-off-by: Ashraf Fouda <[email protected]>
  • Loading branch information
ashraffouda committed Sep 19, 2023
1 parent 7e0ae5d commit c33b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2go2tgrid/grid_cli/rmb.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func deploymentDeploy(c *cli.Context, client *direct.DirectClient) (interface{},
return nil, fmt.Errorf("failed to deploy deployment %w", err)
}

return string("done"), nil
return nil, nil
}

func deploymentGet(c *cli.Context, client *direct.DirectClient) (interface{}, error) {
Expand Down

0 comments on commit c33b121

Please sign in to comment.