X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cb690390d4f253c3bbb9c543e243cf988f39fbb3..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 }