We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8533e9 commit a461e5bCopy full SHA for a461e5b
1 file changed
devon4j-migrate/index.asciidoc
@@ -31,7 +31,8 @@ Execute below command for project migration from an older version to the latest
31
[step]
32
== Execute Migrate Command
33
--
34
-executeCommand("devon java migrate", "devon java migrate", {"dir":"devonfw/workspaces/main"})
+executeCommand("cd devonfw/workspaces/main", "cd devonfw/workspaces/main")
35
+executeCommand("devon java migrate", "devon java migrate")
36
37
You will see the message similar to the one below, if project migrated successfully.
38
`Successfully applied 4 migrations to migrate project from version devon4j:2020.08.001 to devon4j:2021.04.002.`
0 commit comments