From 6f181fc899165e701d004f6e7c38e6cfb000871d Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Fri, 16 Sep 2022 09:39:22 -0700 Subject: [PATCH] Update travis/5-migrate.md --- travis/5-migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/5-migrate.md b/travis/5-migrate.md index 0efd2e9..1986da2 100644 --- a/travis/5-migrate.md +++ b/travis/5-migrate.md @@ -14,7 +14,7 @@ In this lab, you will use the `migrate` command to convert a Travis CI pipeline Answer the following questions before running a `migrate` command: 1. What project do you want to migrate? - - __circleci-hello-world__ + - __deploy-example__ 2. Where do you want to store the logs? - __./tmp/migrate__ 3. What is the URL for the GitHub repository to add the workflow to?