diff --git a/scripts/cp.sh b/scripts/cp.sh index f9efca1..701afec 100644 --- a/scripts/cp.sh +++ b/scripts/cp.sh @@ -117,7 +117,8 @@ else go get github.com/voedger/voedger@release fi go mod tidy -git commit -am "Cherry-pick auto-create" --allow-empty +git add . +git commit -m "Cherry-pick auto-create" --allow-empty git push origin $rc echo "Cherry-pick completed successfully."