Skip to content

Commit 6f5bf69

Browse files
committed
Hidden directory
1 parent 6fb9cf5 commit 6f5bf69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/FixerApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ private function getFixerProcess(OutputInterface $output, int $serverPort): Proc
322322
$output->writeln(sprintf(' <fg=cyan>-p 127.0.0.1:%d:%d</>', $_SERVER['PHPSTAN_PRO_WEB_PORT'], $_SERVER['PHPSTAN_PRO_WEB_PORT']));
323323
$output->writeln('2) Map the temp directory to a persistent volume');
324324
$output->writeln(' so that you don\'t have to log in every time:');
325-
$output->writeln(sprintf(' <fg=cyan>-v ~/phpstan-pro:%s</>', $this->fixerTmpDir));
325+
$output->writeln(sprintf(' <fg=cyan>-v ~/.phpstan-pro:%s</>', $this->fixerTmpDir));
326326
$output->writeln('');
327327
}
328328
} else {

0 commit comments

Comments
 (0)