Skip to content

Commit

Permalink
feat: update files to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-devfront committed Jul 12, 2024
1 parent d9a9360 commit f9cb4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/extract-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- dev
- enchancement/extractor-translation

jobs:
sync-translations:
Expand Down
2 changes: 1 addition & 1 deletion classes/UpgradeTools/CoreUpgrader/CoreUpgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function doUpgrade(): void
$this->logger->info($this->container->getTranslator()->trans('Regenerating htaccess'));
$this->generateHtaccess();

$this->logger->info($this->container->getTranslator()->trans('Cleaning XML files'));
$this->logger->info($this->container->getTranslator()->trans('Cleaning XML filess'));
$this->cleanXmlFiles();

if (Configuration::get('PS_DISABLE_OVERRIDES')) {
Expand Down

0 comments on commit f9cb4be

Please sign in to comment.