diff options
author | Sam Quigley <sq@wesabe.com> | 2009-06-23 15:45:15 -0700 |
---|---|---|
committer | Sam Quigley <sq@wesabe.com> | 2009-06-23 15:45:15 -0700 |
commit | c73b34f1f3fead05d5373550b63d6f6636552560 (patch) | |
tree | 65cc9d398c64d2ee57d6c25daaddc5023c5313fd /README.rdoc | |
parent | 06278a7ac357e097205181512522ef02d8f42f15 (diff) | |
download | ohai-c73b34f1f3fead05d5373550b63d6f6636552560.tar.gz |
fix git clone URL
Diffstat (limited to 'README.rdoc')
-rw-r--r-- | README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc index 52106be4..9c8c5749 100644 --- a/README.rdoc +++ b/README.rdoc @@ -24,7 +24,7 @@ your system. == INSTALL: -* git clone git@github.com:hjkp/ohai.git +* git clone git://github.com/opscode/ohai.git * cd ohai * rake install |