Skip to content

Commit fcc1a05

Browse files
committed
Fix the build, oops
1 parent 283e7fa commit fcc1a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/aws/aws_retry.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AwsRetryStrategy : public Aws::Client::RetryStrategy {
3030
retryableErrors.push_back("InternalError");
3131
default_strategy_ =
3232
std::make_shared<Aws::Client::SpecifiedRetryableErrorsRetryStrategy>(
33-
retryStrategy);
33+
retryableErrors);
3434
Log(InfoLogLevel::INFO_LEVEL, env_->info_log_,
3535
"[aws] Configured custom retry policy");
3636
}

0 commit comments

Comments
 (0)