You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2021/06/14 09:07:05 UTC

[ozone-go] branch master updated: HDDS-5081. Fix key put implementation (#8)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e6f6e8  HDDS-5081. Fix key put implementation (#8)
2e6f6e8 is described below

commit 2e6f6e880e9c64cbb7a3a3fc81fa70e1daafa1e0
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Mon Jun 14 11:06:56 2021 +0200

    HDDS-5081. Fix key put implementation (#8)
---
 cli/main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/main.go b/cli/main.go
index 9cb3e77..b81bda8 100644
--- a/cli/main.go
+++ b/cli/main.go
@@ -191,7 +191,7 @@ func main() {
 					Action: func(c *cli.Context) error {
 						ozoneClient := api.CreateOzoneClient(c.GlobalString("om"))
 						address := OzoneObjectAddressFromString(c.Args().Get(0))
-						f, err := os.Open("/tmp/asd")
+						f, err := os.Open(c.Args().Get(1))
 						if err != nil {
 							return err
 						}

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org