We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2694023 commit 4c486f7Copy full SHA for 4c486f7
1 file changed
documentation/Functions.md
@@ -649,9 +649,8 @@ will clone "https://github.com/devonfw-tutorials/[playbook-name]" into the works
649
* restoreWorkspace({"workspace": [name]})
650
will clone "https://github.com/devonfw-tutorials/[name]" into the workspace directory.
651
652
-* **buildRun.sh --user [GitHub-name] --branch [branch]**
653
-
654
-restoreWorkspace()
+* **buildRun.sh --user [GitHub-name] --branch [branch]**
+ restoreWorkspace()
655
656
will run "git clone https://github.com/[GitHub-name]/[playbook-name]" and checkout in branch [branch]
657
0 commit comments