Skip to content

Commit

Permalink
fixed data concatnation
Browse files Browse the repository at this point in the history
  • Loading branch information
dw-kihara committed May 24, 2024
1 parent f116986 commit 1393d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws_credentials_web_identity.erl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ do_aws_cli_loop(Port, Data) ->
do_aws_cli_close(Port),
{error, output_size_exceeded};
false ->
do_aws_cli_loop(Port, NewData)
do_aws_cli_loop(Port, ConcatData)
end;
{Port, {exit_status, Status}} ->
do_aws_cli_close(Port),
Expand Down

0 comments on commit 1393d0b

Please sign in to comment.