Skip to content

Commit

Permalink
Do not overwirte yourself this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 5, 2023
1 parent 4dc4fc1 commit be2849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/linux/system_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ void aws_system_environment_load_virtualization_vendor_impl(struct aws_system_en
}

void aws_system_environment_load_virtualization_product_name_impl(struct aws_system_environment *env) {
aws_byte_buf_init_from_file(&env->virtualization_vendor, env->allocator, "/sys/devices/virtual/dmi/id/product_name");
aws_byte_buf_init_from_file(&env->product_name, env->allocator, "/sys/devices/virtual/dmi/id/product_name");
}

0 comments on commit be2849c

Please sign in to comment.