Skip to content

Commit

Permalink
makev v1 -> makev 1
Browse files Browse the repository at this point in the history
  • Loading branch information
metalim committed Dec 19, 2024
1 parent 226cede commit 9920bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/makev/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func main() {
os.Exit(1)
}

name := flag.Arg(0)
name := "v" + flag.Arg(0)
folder := filepath.Join("o1", name)
err := os.MkdirAll(folder, 0755)
catch(err)
Expand Down

0 comments on commit 9920bcd

Please sign in to comment.