Skip to content

Commit a76ab05

Browse files
committed
fix: remove --no-ansi from radicle acorn cache initialization command
1 parent 32e7843 commit a76ab05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Application/RadicleApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function initialize(): void
5555

5656
$logger->debug('Creating Acorn cache');
5757

58-
$process = new Process(['/opt/bin/php', $this->context->getRootDirectory().'/bin/wp', 'acorn', 'config:cache', '--no-ansi']);
58+
$process = new Process(['/opt/bin/php', $this->context->getRootDirectory().'/bin/wp', 'acorn', 'config:cache']);
5959
$process->run();
6060

6161
if (!$process->isSuccessful()) {

0 commit comments

Comments
 (0)