diff --git a/src/aws_credentials.zig b/src/aws_credentials.zig index cc8ad74..1c635d5 100644 --- a/src/aws_credentials.zig +++ b/src/aws_credentials.zig @@ -412,8 +412,8 @@ fn getProfileCredentials(allocator: std.mem.Allocator, options: Profile) !?auth. default_path = default_path orelse creds_file_path.home; const config_file_path = try filePath( allocator, - options.credential_file, - "AWS_SHARED_CREDENTIALS_FILE", + options.config_file, + "AWS_CONFIG_FILE", default_path, "config", );