Skip to content

Commit

Permalink
add default
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Schwartz committed Dec 6, 2023
1 parent 51537a0 commit c128016
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,9 @@ func run(ctx context.Context, _ *flags.ParsedFlags, args *args.ParsedArgs) error
}

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

0 comments on commit c128016

Please sign in to comment.