Skip to content

Commit d11db9a

Browse files
committed
tools: make the commit message more informative, for the repo for https://fast.vlang.io/ in cmd/tools/fast/website/
1 parent 2806a8a commit d11db9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tools/fast/fast.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fn main() {
163163
os.chdir('website')!
164164
lexec('git checkout gh-pages')
165165
os.mv('../index.html', 'index.html')!
166-
lsystem('git commit -am "update benchmark"')
166+
lsystem('git commit -am "update benchmark for commit ${commit}"')
167167
lsystem('git push origin gh-pages')
168168
elog('uploading done')
169169
}

0 commit comments

Comments
 (0)