Skip to content

Commit 18df754

Browse files
authored
update function documentation restoreWorkspace
1 parent 13c12bc commit 18df754

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

documentation/Functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ In the Katacoda environment the installation of the devonfw IDE is executed in a
4545
***
4646

4747
### restoreWorkspace <a name="restoreWorkspace"></a>
48+
This function will clone your repository into the workspace directory.
4849
#### parameter
4950
1. (Optional) Name of the workspace repository {"workspace": string} (Default is the playbook-name)
5051

@@ -433,4 +434,4 @@ addSetupScript("assets/createProjectScript.sh", "assets/createProjectScript.ps1"
433434
1. Path of the file to be opened (relative path to the workspace directory)
434435

435436
#### example
436-
openFile("cobigenexample/core/src/main/java/com/example/application/cobigenexample/customermanagement/dataaccess/api/CustomerEntity.java")
437+
openFile("cobigenexample/core/src/main/java/com/example/application/cobigenexample/customermanagement/dataaccess/api/CustomerEntity.java")

0 commit comments

Comments
 (0)