Skip to content

Commit a461e5b

Browse files
committed
modified executeCommand function dir
1 parent c8533e9 commit a461e5b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

devon4j-migrate/index.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Execute below command for project migration from an older version to the latest
3131
[step]
3232
== Execute Migrate Command
3333
--
34-
executeCommand("devon java migrate", "devon java migrate", {"dir":"devonfw/workspaces/main"})
34+
executeCommand("cd devonfw/workspaces/main", "cd devonfw/workspaces/main")
35+
executeCommand("devon java migrate", "devon java migrate")
3536
--
3637
You will see the message similar to the one below, if project migrated successfully.
3738
`Successfully applied 4 migrations to migrate project from version devon4j:2020.08.001 to devon4j:2021.04.002.`

0 commit comments

Comments
 (0)