Skip to content

Commit

Permalink
[FIX] path
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Tepper committed Jan 11, 2018
1 parent b3c803a commit 7810688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/class.tx_t3deploy_dispatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class tx_t3deploy_dispatch extends \TYPO3\CMS\Core\Controller\CommandLineController {
const ExtKey = 't3deploy';
const Mask_ClassName = 'tx_t3deploy_%sController';
const Mask_ClassFile = 'classes/class.tx_t3deploy_%sController.php';
const Mask_ClassFile = 'Classes/class.tx_t3deploy_%sController.php';
const Mask_Action = '%sAction';

/**
Expand Down

0 comments on commit 7810688

Please sign in to comment.