Skip to content

Commit

Permalink
Fix config-pull source notice (#5955)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstadelmann authored and weitzman committed Apr 11, 2024
1 parent 5983ba9 commit a042659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/config/ConfigPullCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function pull(string $source, string $destination, array $options = ['saf
'yes' => null,
'format' => 'string',
];
$this->logger()->notice(dt('Starting to export configuration on :destination.', [':destination' => $destination]));
$this->logger()->notice(dt('Starting to export configuration on :source.', [':source' => $source]));
$process = $this->processManager()->drush($sourceRecord, ConfigExportCommands::EXPORT, [], $export_options + $global_options);
$process->mustRun();

Expand Down

0 comments on commit a042659

Please sign in to comment.