Skip to content

Commit

Permalink
Update compose webserver link
Browse files Browse the repository at this point in the history
  • Loading branch information
schnie committed Jun 21, 2019
1 parent c68181c commit 7cdf5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/messages.go
Expand Up @@ -39,7 +39,7 @@ var (
COMPOSE_PAUSE_ERROR = "Error pausing project containers"
COMPOSE_RECREATE_ERROR = "Error building, (re)creating or starting project containers"
COMPOSE_PUSHING_IMAGE_PROMPT = "Pushing image to Astronomer registry"
COMPOSE_LINK_WEBSERVER = "Airflow Webserver: http://localhost:%s/home"
COMPOSE_LINK_WEBSERVER = "Airflow Webserver: http://localhost:%s"
COMPOSE_LINK_POSTGRES = "Postgres Database: localhost:%s/postgres"
COMPOSE_USER_PASSWORD = "The default credentials are admin:admin"

Expand Down

0 comments on commit 7cdf5e6

Please sign in to comment.