Explorar o código

Use options.diffId rather than diffId (#4793)

Sarah Norris %!s(int64=3) %!d(string=hai) anos
pai
achega
fe99c23e14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      theme-utils.mjs

+ 1 - 1
theme-utils.mjs

@@ -622,7 +622,7 @@ async function tagDeployment(options={}) {
 
 	let workInTheOpenPhabricatorUrl = '';
 	if (options.diffId) {
-		workInTheOpenPhabricatorUrl = `Phabricator: ${diffId}-code`;
+		workInTheOpenPhabricatorUrl = `Phabricator: ${options.diffId}-code`;
 	}
 	let projectVersion = await executeCommand(`node -p "require('./package.json').version"`);
 	let logs = await executeCommand(`git log --reverse --pretty=format:%s ${hash}..HEAD`);