Skip to content

Commit 7faa876

Browse files
committed
test: fix typo when setting _cliOutput
1 parent 1f5c7f7 commit 7faa876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/netlify-deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class NextDeployInstance extends NextInstance {
146146
this._url = url
147147
this._parsedUrl = new URL(this._url)
148148
this._deployId = deployID
149-
this._cliOutput = deployRes.stdout + deployRes.stdout
149+
this._cliOutput = deployRes.stdout + deployRes.stderr
150150
require('console').log(`Deployment URL: ${this._url}`)
151151

152152
const [buildLogsUrl] =

0 commit comments

Comments
 (0)