1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vup: add missing extension to make it work

This commit is contained in:
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

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