mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}
Renaming the variable helped make sure I looked at every use.
This commit is contained in:
@@ -30,7 +30,7 @@ fn properties_list_json() {
|
||||
.join("build.py");
|
||||
let status = Command::new(python)
|
||||
.arg(&script)
|
||||
.arg("servo")
|
||||
.arg("servo-2013")
|
||||
.arg("html")
|
||||
.arg("regular")
|
||||
.status()
|
||||
|
||||
Reference in New Issue
Block a user