Skip to content

Commit

Permalink
Roll-back extend.yml file. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Dec 27, 2016
1 parent 5241f1d commit efe180b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Plugin/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ public static function dump(Event $event)

if ($configData) {
file_put_contents(
$directory . '/extend.config.yml',
// $directory . '/extend.config.yml',
$directory . '/extend.yml',
$yaml->dump($configData, false, 0, true)
);
}
Expand Down

0 comments on commit efe180b

Please sign in to comment.