This commit is contained in:
Chris Lu
2021-08-15 12:09:54 -07:00
parent 8f7d2d317f
commit a539d64896
3 changed files with 13 additions and 10 deletions

View File

@@ -52,8 +52,9 @@ func (c *commandRemoteCache) Do(args []string, commandEnv *CommandEnv, writer io
return nil
}
localMountedDir, remoteStorageMountedLocation, remoteStorageConf, detectErr := detectMountInfo(commandEnv, writer, *dir)
mappings, localMountedDir, remoteStorageMountedLocation, remoteStorageConf, detectErr := detectMountInfo(commandEnv, writer, *dir)
if detectErr != nil{
jsonPrintln(writer, mappings)
return detectErr
}