From 9726bd625d3d7b6fb053966dc99cd97795f1e602 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 17 Mar 2013 15:46:46 +0100 Subject: [PATCH] Whitespace issue in bin/jekyll --- bin/jekyll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jekyll b/bin/jekyll index 02c364cf..1dacb29b 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -16,7 +16,7 @@ global_option '-d', '--destination [DIR]', 'Destination directory (defaults to . global_option '--safe', 'Safe mode (defaults to false)' global_option '--plugins', 'Plugins directory (defaults to ./_plugins)' global_option '--layouts', 'Layouts directory (defaults to ./_layouts)' - + # Option names don't always directly match the configuration value we'd like. # This method will rename options to match what Jekyll configuration expects. #