From 933e3dfe6252db39f6e3c0f3c6d28303d60858de Mon Sep 17 00:00:00 2001 From: Taro Kawazoe Date: Sun, 24 May 2020 23:44:35 +0900 Subject: [PATCH] Fix position of configuration to keep order consistency --- config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.py b/config.py index a731c43f..5745d5b8 100644 --- a/config.py +++ b/config.py @@ -201,11 +201,6 @@ ALIASES = { "KubernetesServices": "AKS", }, }, - "firebase": { - "grow": { - "Messaging": "FCM" - } - }, "gcp": { "analytics": { "Bigquery": "BigQuery", @@ -240,6 +235,11 @@ ALIASES = { "Storage": "GCS", }, }, + "firebase": { + "grow": { + "Messaging": "FCM" + } + }, "k8s": { "clusterconfig": { "Limits": "LimitRange",