diff --git a/legacy/src/Command/Variable/VariableGetCommand.php b/legacy/src/Command/Variable/VariableGetCommand.php index 2fecfc88..137ac457 100644 --- a/legacy/src/Command/Variable/VariableGetCommand.php +++ b/legacy/src/Command/Variable/VariableGetCommand.php @@ -131,7 +131,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $this->stdErr->writeln(sprintf( 'To update the variable, use: %s variable:update %s', $executable, - OsUtil::escapeShellArg($name), + OsUtil::escapeShellArg($variable->name), )); }