Skip to content

Commit

Permalink
Change error messsage for astro deploy (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko authored and schnie committed Jul 11, 2019
1 parent 9242759 commit fa2f167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/messages.go
Expand Up @@ -61,7 +61,7 @@ var (

REGISTRY_AUTH_SUCCESS = "Successfully authenticated to %s\n"
REGISTRY_AUTH_FAIL = "Failed to authenticate to the registry, this can occur when registry is offline. Until authenticated you will not be able to push new images to your Airflow clusters\n"
REGISTRY_UNCOMMITTED_CHANGES = "Project directory has uncommmited changes, use `astro airflow deploy [releaseName] -f` to force deploy."
REGISTRY_UNCOMMITTED_CHANGES = "Project directory has uncommmited changes, use `astro deploy [releaseName] -f` to force deploy."

SETTINGS_PATH = "Error looking for settings.yaml"

Expand Down

0 comments on commit fa2f167

Please sign in to comment.