diff --git a/client/internal/cmdline/bucket.go b/client/internal/cmdline/bucket.go index 208a449..94058fc 100644 --- a/client/internal/cmdline/bucket.go +++ b/client/internal/cmdline/bucket.go @@ -36,7 +36,7 @@ func BucketCreateBucket(ctx CommandContext, bucketName string) error { return err } - fmt.Printf("Create bucket %s success, id: %d", bucketName, bucketID) + fmt.Printf("Create bucket %v success, id: %v", bucketName, bucketID) return nil }