Skip to content

Instantly share code, notes, and snippets.

@nareshov
Created November 14, 2010 09:10
Show Gist options
  • Save nareshov/676032 to your computer and use it in GitHub Desktop.
Save nareshov/676032 to your computer and use it in GitHub Desktop.
this syntax error exists in the gem source
diff --git a/bin/install-flapjack-systemwide b/bin/install-flapjack-systemwide
index c05d3c8..357fbfc 100755
--- a/bin/install-flapjack-systemwide
+++ b/bin/install-flapjack-systemwide
@@ -53,6 +53,6 @@ puts "You will want to customise:"
puts " * /etc/flapjack/recipients.yaml"
puts " * /etc/flapjack/flapjack-notifier.yaml"
puts
-puts ".examples of these files exist in /etc/flapjack/'
+puts ".examples of these files exist in /etc/flapjack/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment