Skip to content

Commit efe180b

Browse files
authored
Roll-back extend.yml file. (#7)
1 parent 5241f1d commit efe180b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Plugin/ScriptHandler.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public static function dump(Event $event)
6666

6767
if ($configData) {
6868
file_put_contents(
69-
$directory . '/extend.config.yml',
69+
// $directory . '/extend.config.yml',
70+
$directory . '/extend.yml',
7071
$yaml->dump($configData, false, 0, true)
7172
);
7273
}

0 commit comments

Comments
 (0)