Skip to content

Commit e4da1f7

Browse files
committed
Fix branch read
1 parent bc7588b commit e4da1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/run-validations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ async function run () {
166166

167167
spinner.text = 'Running validations'
168168

169-
const branchArg = argv.branchArg.toString()
169+
const branchArg = argv.branch.toString()
170170
const branchName = branchArg.startsWith('7.') ? '7.x' : branchArg
171171

172172
if (noCache || isStale || metadata.branchName !== branchName) {

0 commit comments

Comments
 (0)