From 50130ff591aa43285d6b2b3e55aff8a67a79c9de Mon Sep 17 00:00:00 2001 From: Luke Cheung Engle <99493186+luke-engle@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:32:26 -0700 Subject: [PATCH] Update 6-migrate.md --- jenkins/6-migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/6-migrate.md b/jenkins/6-migrate.md index 04b8348..76907de 100644 --- a/jenkins/6-migrate.md +++ b/jenkins/6-migrate.md @@ -24,7 +24,7 @@ Answer the following questions before running a `migrate` command: 1. Run the following `migrate` command in your codespace terminal: ```bash - gh valet migrate jenkins --target-url $(git remote get-url origin) --output-dir ./tmp/migrate --source-url http://localhost:8080/job/monas_dev_work/job/monas_freestyle + gh valet migrate jenkins --target-url $(git remote get-url origin) --output-dir tmp/migrate --source-url http://localhost:8080/job/monas_dev_work/job/monas_freestyle ``` 2. The command will write the URL to the pull request that was created when the command succeeds.