Skip to content

Commit

Permalink
tools: make the commit message more informative, for the repo for htt…
Browse files Browse the repository at this point in the history
…ps://fast.vlang.io/ in cmd/tools/fast/website/
  • Loading branch information
spytheman committed Oct 26, 2023
1 parent 2806a8a commit d11db9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/fast/fast.v
Expand Up @@ -163,7 +163,7 @@ fn main() {
os.chdir('website')!
lexec('git checkout gh-pages')
os.mv('../index.html', 'index.html')!
lsystem('git commit -am "update benchmark"')
lsystem('git commit -am "update benchmark for commit ${commit}"')
lsystem('git push origin gh-pages')
elog('uploading done')
}
Expand Down

0 comments on commit d11db9a

Please sign in to comment.