Skip to content
Snippets Groups Projects
Commit 57b88c2a authored by Yas Naoi's avatar Yas Naoi Committed by Yas Naoi
Browse files

Issue #3054470 by yas, baldwinlouie: Fix a function name to...

Issue #3054470 by yas, baldwinlouie: Fix a function name to cloud_get_server_template_yml_to_update() in cloud.install
parent 68708c1c
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ function cloud_update_8110() {
drupal_flush_all_caches();
// Update the yml files.
cloud_update_yml_definitions(get_server_template_yml_to_update(), 'aws_cloud');
cloud_update_yml_definitions(cloud_get_server_template_yml_to_update(), 'aws_cloud');
}
......@@ -177,7 +177,7 @@ function cloud_update_8112() {
* @return array
* An array of ymls
*/
function get_server_template_yml_to_update() {
function cloud_get_server_template_yml_to_update() {
return [
'cloud.cloud_server_template_type.aws_cloud.yml',
'core.entity_form_display.cloud_server_template.aws_cloud.default.yml',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment