Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed May 7, 2021
1 parent bf51b42 commit 46a5df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ docker:

.PHONY: welcome
welcome:
@echo "\nWelcome to the GCP Mlflow deployment helper !"
@echo "\nWelcome to the GCP Mlflow deployment helper!"
@echo "If everything goes according to plan, you should have an up and running secure MLFlow install on your project in about 30 minutes\n"

.PHONY: dependencies-checks
Expand All @@ -117,7 +117,7 @@ dependencies-checks:

.PHONY: goodbye
goodbye:
@echo "\nCongratulations, you successfully deployed MLFlow on your project !"
@echo "\nCongratulations, you successfully deployed MLFlow on your project!"
@source vars && echo "The web app is available at https://mlflow-dot-$${TF_VAR_project_id}.ew.r.appspot.com"
@echo "To push your first experiment, take a look at the bottom of the readme for an example."

Expand Down

0 comments on commit 46a5df9

Please sign in to comment.