Skip to content

Commit

Permalink
Update CdnToLocal.php
Browse files Browse the repository at this point in the history
  • Loading branch information
t3solution committed Sep 21, 2021
1 parent d389d0d commit d69745b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Command/CdnToLocal.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function injectConfigurationManager(ConfigurationManagerInterface $config
*/
protected function configure()
{
$this->setDescription('Write required CSS and JS to fileadmin/Resources/Private/');
$this->setDescription('Write required CSS and JS to fileadmin/Resources/Public/');
}


Expand Down Expand Up @@ -354,4 +354,4 @@ private function writeCustomFile($customPath, $customFileName, $cdnPath, $extend
}


}
}

0 comments on commit d69745b

Please sign in to comment.