Skip to content

Commit

Permalink
Fix notice
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Nov 2, 2011
1 parent 7893ce1 commit b7700e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sf2debpkg_prepare
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $replaces = array(
"\$kernel = new AppKernel(\$env, \$debug);" => "\$kernel = new MainKernel(\$env, \$debug);",
),
"bin/vendors" => array(
"escapeshellarg($rootDir.'/app/console')" => "escapeshellarg($rootDir.'/app/main/console')",
"escapeshellarg(\$rootDir.'/app/console')" => "escapeshellarg(\$rootDir.'/app/main/console')",
),
);

Expand Down

0 comments on commit b7700e1

Please sign in to comment.