Skip to content

Commit

Permalink
Fix Google Cloud Platform spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeaver-netgate committed Jun 2, 2020
1 parent 1279a7a commit 8a16295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/inc/system.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2426,7 +2426,7 @@ function system_identify_specific_platform() {
if (stripos($bios[0], "amazon") !== false) {
return (array('name' => 'AWS', 'descr' => 'Amazon Web Services'));
} else if (stripos($bios[0], "Google") !== false) {
return (array('name' => 'Google', 'descr' => 'Google Cloud Compute'));
return (array('name' => 'Google', 'descr' => 'Google Cloud Platform'));
}

switch ($product[0]) {
Expand Down

0 comments on commit 8a16295

Please sign in to comment.