Skip to content

Commit

Permalink
Merge bd5d6ed into bb3cd97
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKinnan committed Jul 30, 2019
2 parents bb3cd97 + bd5d6ed commit 52f9c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Composer/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ScriptHandler
* to forthcoming listeners.
*/
private static $options = [
'symfony-app-dir' => 'app',
'symfony-app-dir' => 'app'
];

/**
Expand Down Expand Up @@ -151,7 +151,7 @@ private static function hasDirectory(Event $event, $config_name, $path, $action_
*/
private static function useNewDirectoryStructure(array $options)
{
return isset($options['symfony-var-dir']) && is_dir($options['symfony-var-dir']);
return isset($options['symfony-bin-dir']) && is_dir($options['symfony-bin-dir']);
}

/**
Expand Down

0 comments on commit 52f9c09

Please sign in to comment.