diff options
Diffstat (limited to 'contrib/update_dependencies.sh')
-rwxr-xr-x | contrib/update_dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/update_dependencies.sh b/contrib/update_dependencies.sh index f6f26c66cb..5700a19897 100755 --- a/contrib/update_dependencies.sh +++ b/contrib/update_dependencies.sh @@ -4,5 +4,5 @@ grep 'git' go.mod | grep '\.com' | grep -v indirect | grep -v replace | cut -f 2 go get -u "$line" make vendor git add . - git commit -S -m "update $line" + git commit -m "update $line" done |