This is an automated email from the ASF dual-hosted git repository.

aviemzur pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git


The following commit(s) were added to refs/heads/master by this push:
     new 63f9564  fix rm command in How_to_build_a_local_liminal.md
63f9564 is described below

commit 63f956428a813e8ca05333a7c4c7f673734cea4a
Author: michael loewenstein <[email protected]>
AuthorDate: Wed Dec 30 12:04:59 2020 +0100

    fix rm command in How_to_build_a_local_liminal.md
---
 docs/source/How_to_build_a_local_liminal.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/How_to_build_a_local_liminal.md 
b/docs/source/How_to_build_a_local_liminal.md
index 5ddd534..43e5c7f 100644
--- a/docs/source/How_to_build_a_local_liminal.md
+++ b/docs/source/How_to_build_a_local_liminal.md
@@ -47,5 +47,5 @@ How to remove a version and rebuild:
 cd example_folder
 pip uninstall apache-liminal
 cd <liminal_path>
-rm ./dist 
+rm -r ./dist 
 ```

Reply via email to