Skip to content

Commit f2ff472

Browse files
author
Mauro Lacy
committed
Schema target name
1 parent b47b3d8 commit f2ff472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[alias]
2-
schema = "run --bin op-finality-gadget-schema"
2+
schema = "run --bin schema"

contracts/op-finality-gadget/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
1414
doctest = false
1515

1616
[[bin]]
17-
name = "op-finality-gadget-schema"
17+
name = "schema"
1818
path = "src/bin/schema.rs"
1919
test = false
2020

0 commit comments

Comments
 (0)