From 1ba3006de48fb04f9f317e2d882fe7a35d32c886 Mon Sep 17 00:00:00 2001 From: Andrii Soldatenko Date: Mon, 16 Nov 2020 17:55:23 +0200 Subject: [PATCH] fix message typo (#385) --- messages/messages.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/messages/messages.go b/messages/messages.go index a0ad98a9a..fc9593a62 100644 --- a/messages/messages.go +++ b/messages/messages.go @@ -73,8 +73,8 @@ var ( NA = "N/A" VALID_DOCKERFILE_BASE_IMAGE = "quay.io/astronomer/ap-airflow" - WARNING_DOWNGRADE_VERSION = "Your Astro CLI Version (%s) is ahead of the server version (%s).\nConsider downgrading your Astro CLI to match. See https://www.astronomer.io/docs/cli-quickstart for more information.\n" - WARNING_INVALID_IMAGE_NAME = "WARNING! You are using an invalid image name '%s' in your Dockerfile, please use 'astronomerinc/ap-airflow' or 'quay.io/astronomer/ap-airflow'. Are you sure you want to continue?\n" - WARNING_INVALID_IMAGE_TAG = "WARNING! You are about to push an image using the '%s' tag. This is not recommended.\nPlease use one of the following tags: %s.\nAre you sure you want to continue?" - WARNING_NEW_MINOR_VERSION = "A new minor version of Astro CLI is available. Your version is %s and %s is the latest.\nSee https://www.astronomer.io/docs/cli-quickstart for more information.\n" + WARNING_DOWNGRADE_VERSION = "Your Astro CLI Version (%s) is ahead of the server version (%s).\nConsider downgrading your Astro CLI to match. See https://www.astronomer.io/docs/cli-quickstart for more information.\n" + WARNING_INVALID_IMAGE_NAME = "WARNING! The image in your Dockerfile is pulling from '%s', which is not supported. We strongly recommend that you use Astronomer Certified images that pull from 'astronomerinc/ap-airflow' or 'quay.io/astronomer/ap-airflow'. If you're running a custom image, you can override this. Are you sure you want to continue?\n" + WARNING_INVALID_IMAGE_TAG = "WARNING! You are about to push an image using the '%s' tag. This is not recommended.\nPlease use one of the following tags: %s.\nAre you sure you want to continue?" + WARNING_NEW_MINOR_VERSION = "A new minor version of Astro CLI is available. Your version is %s and %s is the latest.\nSee https://www.astronomer.io/docs/cli-quickstart for more information.\n" )