Skip to content

Commit

Permalink
update.sh: Fix go update commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Dec 23, 2024
1 parent fa8ad70 commit e665634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function updateDeps() {
go mod tidy
git add go.mod
git add go.sum
git commit -m "[$benchmark] [$framework] Update flutter dependencies"
git commit -m "[$benchmark] [$framework] Update go dependencies"
fi

git clean -xdf
Expand Down

0 comments on commit e665634

Please sign in to comment.