Skip to content

Commit

Permalink
fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Schwartz committed Nov 30, 2023
1 parent fbeea83 commit ed08977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/cli/commands/cloud/load/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ func run(ctx context.Context, _ *flags.ParsedFlags, args *args.ParsedArgs) error
}

getConfigArgs := &api.GetCloudInstanceConfigArgs{
ApiKey: *apiKey,
InstanceId: instanceID,
ApiKey: apiKey,
InstanceId: &instanceID,
}
result, err := client.GetCloudInstanceConfig(ctx, getConfigArgs)
if err != nil {
Expand Down

0 comments on commit ed08977

Please sign in to comment.