diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-15 16:38:47 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-15 16:38:47 +0000 |
| commit | 521920592a526f4dee720daf1de0a55748ac5648 (patch) | |
| tree | 070da55d3b03372a8b8865098e8aeadd471c6929 | |
| parent | c04cb13c9471271378ac6f1c8f4b305f48ae766f (diff) | |
| download | puppet-521920592a526f4dee720daf1de0a55748ac5648.tar.gz puppet-521920592a526f4dee720daf1de0a55748ac5648.tar.xz puppet-521920592a526f4dee720daf1de0a55748ac5648.zip | |
Fixing docs, as mentioned in #271.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1611 980ebf18-57e1-0310-9a29-db15c13687c0
| -rw-r--r-- | documentation/documentation/fromsvn.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/documentation/fromsvn.page b/documentation/documentation/fromsvn.page index 18245af29..3bcdfcd75 100644 --- a/documentation/documentation/fromsvn.page +++ b/documentation/documentation/fromsvn.page @@ -37,8 +37,8 @@ directory and get them both: Last, we need to put the puppet binaries into our path and make the Puppet and Facter libraries available to Ruby: - $ PATH=$PATH:$SETUP_DIR/facter/bin:$SETUP_DIR/puppet/trunk/bin - $ RUBYLIB=$SETUP_DIR/facter/lib:$SETUP_DIR/puppet/trunk/lib + $ PATH=$PATH:$SETUP_DIR/facter/bin:$SETUP_DIR/puppet/bin + $ RUBYLIB=$SETUP_DIR/facter/lib:$SETUP_DIR/puppet/lib $ export PATH RUBYLIB Facter changes far less often than Puppet and it is very minimal (a single |
