Please review pull request #594: correct ruby one-liner syntax opened by (phildobbin)

Description:

  • Opened: Sat Mar 24 01:43:43 UTC 2012
  • Based on: puppetlabs:master (0b900c9548f6c652f0d7271156b69c35aa232ead)
  • Requested merge: phildobbin:patch-1 (1d66122febba318c38cc0679ad9c8fff016bad99)

Diff follows:

diff --git a/README.md b/README.md
index 625f27d..08232fa 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Generally, you need the following things installed:
 
 * The Ruby OpenSSL library.  For some reason, this often isn't included
   in the main ruby distributions.  You can test for it by running
-  'ruby -ropenssl -e "puts :yep"'.  If that errors out, you're missing the
+  ruby -ropenssl -e 'puts ":yep"'.  If that errors out, you're missing the
   library.
 
   If your distribution doesn't come with the necessary library (e.g., on Debian

    

--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to