vup: add missing extension to make it work
parent
7e400124e8
commit
bea918bb87
|
@ -51,7 +51,7 @@ fn main() {
|
|||
println(make_result.output)
|
||||
}
|
||||
|
||||
_ := os.exec('v cmd/tools/vup') or {
|
||||
_ := os.exec('v cmd/tools/vup.v') or {
|
||||
panic(err)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue