Skip to content

Commit

Permalink
fix message typo (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko authored Nov 16, 2020
1 parent 2834224 commit 1ba3006
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions messages/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 1ba3006

Please sign in to comment.