From 71786f95274b9a6651049a62eec8f92bf5f8bc97 Mon Sep 17 00:00:00 2001 From: Luke Cheung Engle <99493186+luke-engle@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:29:02 -0700 Subject: [PATCH] Update 6-migrate.md --- azure_devops/6-migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_devops/6-migrate.md b/azure_devops/6-migrate.md index 98e4ed2..f64ea2b 100644 --- a/azure_devops/6-migrate.md +++ b/azure_devops/6-migrate.md @@ -27,7 +27,7 @@ Answer the following questions before running a `migrate` command: 1. Run the following `migrate` command in the codespace terminal: ```bash - gh valet migrate azure-devops pipeline --pipeline-id :pipeline_id --target-url $(git remote get-url origin) --output-dir ./tmp/migrate + gh valet migrate azure-devops pipeline --pipeline-id :pipeline_id --target-url $(git remote get-url origin) --output-dir tmp/migrate ``` 2. The command will write the URL to the pull request that was created when the command succeeds.