Merge branch 'master' of github.com:revans/bash-it
diff --git a/plugins/jekyll.plugins.bash b/plugins/jekyll.plugins.bash
index e87b82d..9797f8b 100644
--- a/plugins/jekyll.plugins.bash
+++ b/plugins/jekyll.plugins.bash
@@ -204,5 +204,5 @@
 
 	# Open the file in your favorite editor
 
-	$EDITOR $FNAME
+	"$EDITOR" $FNAME
 }