From f5ec216652a1fadc4802e7aa6d55d12084b91e6b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 17 Sep 2015 11:48:19 +0200 Subject: [PATCH] Bug: create command yaml language --- src/Gist/Command/CreateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gist/Command/CreateCommand.php b/src/Gist/Command/CreateCommand.php index a11569b..f2ed43c 100644 --- a/src/Gist/Command/CreateCommand.php +++ b/src/Gist/Command/CreateCommand.php @@ -97,7 +97,7 @@ EOF 'php', 'sql', 'xml', - 'yaml'=> '', + 'yaml', 'perl', 'c', 'asp',