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:
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
Block a user