This is an automated email from the ASF dual-hosted git repository. tuhaihe pushed a commit to branch REL_2_STABLE in repository https://gitbox.apache.org/repos/asf/cloudberry-backup.git
commit 01d710644d0431ac13a1b998efe7d8991e257d40 Author: woblerr <[email protected]> AuthorDate: Tue Mar 17 21:51:55 2026 +0300 Use same style as other main files. --- gpbackman.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpbackman.go b/gpbackman.go index cc1cbc8e..e67fc0a3 100644 --- a/gpbackman.go +++ b/gpbackman.go @@ -3,8 +3,8 @@ package main -import "github.com/apache/cloudberry-backup/gpbackman/cmd" +import . "github.com/apache/cloudberry-backup/gpbackman/cmd" func main() { - cmd.Execute() + Execute() } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
