Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 06fc419

Browse files
committed
Correct variable reference
1 parent d071aae commit 06fc419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/pr_preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def create_deployment(self, pull_request, revision):
155155
# deployments by designating prior deployments as "inactive"
156156
environment = 'gh-{}'.format(pull_request['number'])
157157

158-
logger.info('Creating deployment for "%s"', ref)
158+
logger.info('Creating deployment for "%s"', revision)
159159

160160
return gh_request('POST', url, {
161161
'ref': revision,

0 commit comments

Comments
 (0)