client rebuilding in progress
This commit is contained in:
@@ -12,7 +12,7 @@ func (cli *Client) GetFile(ctx context.Context, rawpath string, writer io.Writer
|
||||
var err error
|
||||
var exist bool
|
||||
|
||||
ref, err :=ParsePath(rawpath)
|
||||
ref, err := ParsePath(rawpath)
|
||||
if err != nil {
|
||||
return exist, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user