X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9f1850a385ee8e0a011474de19ee6507b0b168f3..e98e166ceab6e377036fc87ce31e4d0d5238994f:/lib/cli/get.go diff --git a/lib/cli/get.go b/lib/cli/get.go index 352e7b9af6..39be092f1a 100644 --- a/lib/cli/get.go +++ b/lib/cli/get.go @@ -43,7 +43,7 @@ func (getCmd) RunCommand(prog string, args []string, stdin io.Reader, stdout, st id := flags.Args()[0] client := arvados.NewClientFromEnv() - path, err := client.PathForUUID("show", id) + path, err := client.PathForUUID("get", id) if err != nil { return 1 }