summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/git.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq/git.md')
-rw-r--r--web/input/doc/faq/git.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/input/doc/faq/git.md b/web/input/doc/faq/git.md
index 81f5263..f47cfca 100644
--- a/web/input/doc/faq/git.md
+++ b/web/input/doc/faq/git.md
@@ -49,9 +49,9 @@ run this command instead:
49 49
50 $ git clone git://github.com/monitoring-plugins/monitoring-plugins.git 50 $ git clone git://github.com/monitoring-plugins/monitoring-plugins.git
51 51
52This will create a directory called `nagios-plugins` with all the `master` 52This will create a directory called `monitoring-plugins` with all the `master`
53code and history (this is roughly equivalent to CVS/SVN `HEAD`). Change 53code and history (this is roughly equivalent to CVS/SVN `HEAD`). Change
54directory to `nagios-plugins`. 54directory to `monitoring-plugins`.
55 55
56## Editing Files 56## Editing Files
57 57