vup: add missing extension to make it work

pull/4561/head
JalonSolov 2020-04-23 06:06:46 -04:00 committed by GitHub
parent 7e400124e8
commit bea918bb87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}