Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Fix issue with translation publishing
Browse files Browse the repository at this point in the history
Something I noticed while looking into #18
  • Loading branch information
duncanmcclean authored Mar 11, 2021
1 parent 02497f1 commit 7d81ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected function handleTranslations()
$this->loadTranslationsFrom(__DIR__.'/../resources/lang', 'duplicator');

$this->publishes([
__DIR__.'/resources/lang' => resource_path('lang/vendor/duplicator'),
__DIR__.'/../resources/lang' => resource_path('lang/vendor/duplicator'),
], 'duplicator-translations');
}
}

0 comments on commit 7d81ed1

Please sign in to comment.