Skip to content

Commit

Permalink
Add trim to console output
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 3, 2024
1 parent 4dd4ccc commit c2ea991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/DeployerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ public function it_deploys(): void
'MAILER_DSN' => 'smtp://localhost',
);
CONTENT
, $ssh->exec(sprintf('cat %s/.env.local.php', $releasePath)));
, trim($ssh->exec(sprintf('cat %s/.env.local.php', $releasePath))));
}
}

0 comments on commit c2ea991

Please sign in to comment.