From dc6f6a6c4f5004873d917ff9114ba757efe071f0 Mon Sep 17 00:00:00 2001 From: FurryJulie Date: Sun, 28 Oct 2018 18:31:23 +0100 Subject: [PATCH 1/2] Add .vagrant in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dc8719b..4ca7c29 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ vagrant ynh-dev-tools Vagrantfile +.vagrant # Sources repositories moulinette From c8ff55b0fbe6daa38b6ce024c2ea43b06c971103 Mon Sep 17 00:00:00 2001 From: FurryJulie Date: Sun, 28 Oct 2018 18:57:44 +0100 Subject: [PATCH 2/2] [doc] fix a minor typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df3a000..871defb 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ corresponding path. You can link your VM to use these git clones such that chang /vagrant/ynh-dev use-git PACKAGE ``` -PACKAGE should can be ssowat, yunohost, moulinette or yunohost-admin. You might want to run use-git several times depending on what you want to develop precisely. +PACKAGE can be ssowat, yunohost, moulinette or yunohost-admin. You might want to run use-git several times depending on what you want to develop precisely. ***Note***: The `use-git` operation can't be reverted now. DON'T DO THIS IN PRODUCTION !